mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-04-05 17:38:05 +08:00
🎨 WxPayScoreResult类增加openid字段
This commit is contained in:
parent
1fc0da066b
commit
f9cf8ca1de
@ -100,6 +100,8 @@ 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