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