Skip to content

Commit b6130d9

Browse files
committed
🎨 去掉重复的字段
1 parent c980387 commit b6130d9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/payscore/WxPayScoreResult.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public static WxPayScoreResult fromJson(String json) {
8686
private Map<String, String> payScoreSignInfo;
8787

8888
@SerializedName("openid")
89-
private String openId;
89+
private String openid;
9090

9191
@SerializedName("apply_permissions_token")
9292
private String applyPermissionsToken;
@@ -103,9 +103,6 @@ public static WxPayScoreResult fromJson(String json) {
103103
@SerializedName("authorization_success_time")
104104
private String authorizationSuccessTime;
105105

106-
@SerializedName("openid")
107-
private String openid;
108-
109106
/**
110107
* 收款信息
111108
*/

0 commit comments

Comments
 (0)