Skip to content

Commit 0c12585

Browse files
authored
修复WxMaShopPayInfo的支付方式参数
1 parent e68477c commit 0c12585

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

weixin-java-miniapp/src/main/java/cn/binarywang/wx/miniapp/bean/shop/WxMaShopPayInfo.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ public class WxMaShopPayInfo implements Serializable {
1313
private static final long serialVersionUID = 687488209024968647L;
1414

1515
/**
16-
* 支付方式(目前只有"微信支付")
16+
* 支付方式(支付方式,0:微信支付,1: 货到付款,2:商家会员储蓄卡, 默认0)
1717
* <pre>
1818
* 是否必填:是
1919
* </pre>
2020
*/
21-
@SerializedName("pay_method")
22-
private String payMethod;
21+
@SerializedName("pay_method_type")
22+
private Integer payMethodType;
2323

2424
/**
2525
* 预支付ID

0 commit comments

Comments
 (0)