We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c980387 commit b6130d9Copy full SHA for b6130d9
weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/payscore/WxPayScoreResult.java
@@ -86,7 +86,7 @@ public static WxPayScoreResult fromJson(String json) {
86
private Map<String, String> payScoreSignInfo;
87
88
@SerializedName("openid")
89
- private String openId;
+ private String openid;
90
91
@SerializedName("apply_permissions_token")
92
private String applyPermissionsToken;
@@ -103,9 +103,6 @@ public static WxPayScoreResult fromJson(String json) {
103
@SerializedName("authorization_success_time")
104
private String authorizationSuccessTime;
105
106
- @SerializedName("openid")
107
- private String openid;
108
-
109
/**
110
* 收款信息
111
*/
0 commit comments