We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51b3dc0 commit ef293d2Copy full SHA for ef293d2
1 file changed
weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/result/WxPayApplyBillV3Result.java
@@ -41,8 +41,8 @@ public class WxPayApplyBillV3Result implements Serializable {
41
* 示例值:79bb0f45fc4c42234a918000b2668d689e2bde04
42
* </pre>
43
*/
44
- @SerializedName(value = "out_refund_no")
45
- private String outRefundNo;
+ @SerializedName(value = "hash_value")
+ private String hashValue;
46
/**
47
* <pre>
48
* 字段名:账单下载地址
0 commit comments