Skip to content

Commit 7518206

Browse files
authored
🐛 #2604 【微信支付】修复微信预代扣通知参数问题
1 parent 050dafb commit 7518206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public class WxPreWithholdRequest implements Serializable {
2828
* 委托代扣协议ID
2929
*/
3030
@SerializedName(value = "contract_id")
31-
private String contractId;
31+
private transient String contractId;
3232

3333
/**
3434
* 直连商户号

0 commit comments

Comments
 (0)