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 ee4380f commit 812de02Copy full SHA for 812de02
weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/coupon/WxPayCouponStockQueryResult.java
@@ -77,14 +77,14 @@ public class WxPayCouponStockQueryResult extends BaseWxPayResult {
77
/**
78
* <pre>
79
* 字段名:代金券使用最低限额.
80
- * 变量名:coupon_minimum 文档里有误
+ * 变量名:coupon_mininumn
81
* 是否必填:否
82
* 示例值:10
83
* 类型:Unsinged int
84
* 说明:代金券使用最低限额,单位是分
85
* </pre>
86
*/
87
- @XStreamAlias("coupon_minimum")
+ @XStreamAlias("coupon_mininumn")
88
private Integer couponMinimum;
89
90
0 commit comments