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 c590e54 commit 1403459Copy full SHA for 1403459
weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/coupon/WxPayCouponInfoQueryResult.java
@@ -74,15 +74,15 @@ public class WxPayCouponInfoQueryResult extends BaseWxPayResult {
74
/**
75
* <pre>
76
* 字段名:代金券使用门槛.
77
- * 变量名:coupon_mininum
+ * 变量名:coupon_minimum 微信文档有误
78
* 是否必填:是
79
* 示例值:10
80
* 类型:Unsinged int
81
* 说明:代金券使用最低限额,单位是分
82
* </pre>
83
*/
84
- @XStreamAlias("coupon_mininum")
85
- private Integer couponMininum;
+ @XStreamAlias("coupon_minimum")
+ private Integer couponMinimum;
86
87
88
0 commit comments