We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33929ce commit 0754c7aCopy full SHA for 0754c7a
weixin-java-mp/src/main/java/me/chanjar/weixin/mp/bean/card/BonusRule.java
@@ -8,6 +8,7 @@
8
9
/**
10
* 积分规则.
11
+ *
12
* @author yuanqixun
13
* date:2018-08-25 00:33
14
*/
@@ -54,8 +55,8 @@ public class BonusRule implements Serializable {
54
55
56
* 抵扣条件,满xx元(这里以分为单位)可用.
57
- @SerializedName("least_moneyto_use_bonus")
58
- private Integer leastMoneytoUseBonus;
+ @SerializedName("least_money_to_use_bonus")
59
+ private Integer leastMoneyToUseBonus;
60
61
62
* 抵扣条件,单笔最多使用xx积分.
0 commit comments