We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e68477c commit 0c12585Copy full SHA for 0c12585
weixin-java-miniapp/src/main/java/cn/binarywang/wx/miniapp/bean/shop/WxMaShopPayInfo.java
@@ -13,13 +13,13 @@ public class WxMaShopPayInfo implements Serializable {
13
private static final long serialVersionUID = 687488209024968647L;
14
15
/**
16
- * 支付方式(目前只有"微信支付")
+ * 支付方式(支付方式,0:微信支付,1: 货到付款,2:商家会员储蓄卡, 默认0)
17
* <pre>
18
* 是否必填:是
19
* </pre>
20
*/
21
- @SerializedName("pay_method")
22
- private String payMethod;
+ @SerializedName("pay_method_type")
+ private Integer payMethodType;
23
24
25
* 预支付ID
0 commit comments