mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-10-27 11:53:48 +08:00
🎨 WxPayScoreResult类增加openid字段
This commit is contained in:
@ -100,6 +100,8 @@ public class WxPayScoreResult implements Serializable {
|
||||
@SerializedName("authorization_success_time")
|
||||
private String authorizationSuccessTime;
|
||||
|
||||
@SerializedName("openid")
|
||||
private String openid;
|
||||
|
||||
/**
|
||||
* 收款信息
|
||||
|
||||
Reference in New Issue
Block a user