mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-04-05 17:38:05 +08:00
🐛 #2604 【微信支付】修复微信预代扣通知参数问题
This commit is contained in:
parent
050dafbd42
commit
751820621d
@ -28,7 +28,7 @@ public class WxPreWithholdRequest implements Serializable {
|
||||
* 委托代扣协议ID
|
||||
*/
|
||||
@SerializedName(value = "contract_id")
|
||||
private String contractId;
|
||||
private transient String contractId;
|
||||
|
||||
/**
|
||||
* 直连商户号
|
||||
|
Loading…
Reference in New Issue
Block a user