Skip to content

Commit ef293d2

Browse files
committed
🎨 修复错误的字段名
1 parent 51b3dc0 commit ef293d2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/result/WxPayApplyBillV3Result.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ public class WxPayApplyBillV3Result implements Serializable {
4141
* 示例值:79bb0f45fc4c42234a918000b2668d689e2bde04
4242
* </pre>
4343
*/
44-
@SerializedName(value = "out_refund_no")
45-
private String outRefundNo;
44+
@SerializedName(value = "hash_value")
45+
private String hashValue;
4646
/**
4747
* <pre>
4848
* 字段名:账单下载地址

0 commit comments

Comments
 (0)