mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-05-02 20:02:37 +08:00
🎨 去掉重复的字段
This commit is contained in:
parent
c9803879f5
commit
b6130d938a
@ -86,7 +86,7 @@ public class WxPayScoreResult implements Serializable {
|
||||
private Map<String, String> payScoreSignInfo;
|
||||
|
||||
@SerializedName("openid")
|
||||
private String openId;
|
||||
private String openid;
|
||||
|
||||
@SerializedName("apply_permissions_token")
|
||||
private String applyPermissionsToken;
|
||||
@ -103,9 +103,6 @@ public class WxPayScoreResult implements Serializable {
|
||||
@SerializedName("authorization_success_time")
|
||||
private String authorizationSuccessTime;
|
||||
|
||||
@SerializedName("openid")
|
||||
private String openid;
|
||||
|
||||
/**
|
||||
* 收款信息
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user