修复WxMaShopPayInfo的支付方式参数

This commit is contained in:
linlinjava
2021-10-17 20:05:46 +08:00
committed by GitHub
parent e68477c26c
commit 0c1258594e

View File

@ -13,13 +13,13 @@ public class WxMaShopPayInfo implements Serializable {
private static final long serialVersionUID = 687488209024968647L; private static final long serialVersionUID = 687488209024968647L;
/** /**
* 支付方式(目前只有"微信支付" * 支付方式(支付方式0:微信支付1: 货到付款2商家会员储蓄卡, 默认0)
* <pre> * <pre>
* 是否必填:是 * 是否必填:是
* </pre> * </pre>
*/ */
@SerializedName("pay_method") @SerializedName("pay_method_type")
private String payMethod; private Integer payMethodType;
/** /**
* 预支付ID * 预支付ID