Skip to content

Commit d427f0c

Browse files
authored
🎨 #4025 【微信支付】修复退款请求 funds_account 重复映射冲突,确保 V3 退款参数可正确序列化
1 parent 9de8759 commit d427f0c

1 file changed

Lines changed: 0 additions & 18 deletions

File tree

weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/request/WxPayPartnerRefundV3Request.java

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -43,22 +43,4 @@ public class WxPayPartnerRefundV3Request extends WxPayRefundV3Request implements
4343
*/
4444
@SerializedName(value = "sub_appid")
4545
private String subAppid;
46-
/**
47-
* <pre>
48-
* 字段名:退款资金来源
49-
* 变量名:funds_account
50-
* 是否必填:否
51-
* 类型:string[1, 32]
52-
* 描述:
53-
* 若传递此参数则使用对应的资金账户退款,否则默认使用未结算资金退款(仅对老资金流商户适用)
54-
* 示例值:
55-
* UNSETTLED : 未结算资金
56-
* AVAILABLE : 可用余额
57-
* UNAVAILABLE : 不可用余额
58-
* OPERATION : 运营户
59-
* BASIC : 基本账户(含可用余额和不可用余额)
60-
* </pre>
61-
*/
62-
@SerializedName(value = "funds_account")
63-
private String fundsAccount;
6446
}

0 commit comments

Comments
 (0)