Skip to content

Commit f9cf8ca

Browse files
authored
🎨 WxPayScoreResult类增加openid字段
1 parent 1fc0da0 commit f9cf8ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ public static WxPayScoreResult fromJson(String json) {
100100
@SerializedName("authorization_success_time")
101101
private String authorizationSuccessTime;
102102

103+
@SerializedName("openid")
104+
private String openid;
103105

104106
/**
105107
* 收款信息

0 commit comments

Comments
 (0)