mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-10-29 09:38:19 +08:00
修复WxMaShopPayInfo的支付方式参数
This commit is contained in:
@ -13,13 +13,13 @@ public class WxMaShopPayInfo implements Serializable {
|
||||
private static final long serialVersionUID = 687488209024968647L;
|
||||
|
||||
/**
|
||||
* 支付方式(目前只有"微信支付")
|
||||
* 支付方式(支付方式,0:微信支付,1: 货到付款,2:商家会员储蓄卡, 默认0)
|
||||
* <pre>
|
||||
* 是否必填:是
|
||||
* </pre>
|
||||
*/
|
||||
@SerializedName("pay_method")
|
||||
private String payMethod;
|
||||
@SerializedName("pay_method_type")
|
||||
private Integer payMethodType;
|
||||
|
||||
/**
|
||||
* 预支付ID
|
||||
|
||||
Reference in New Issue
Block a user