Skip to content

Commit 0754c7a

Browse files
committed
🐛 #1171 修复创建会员卡接口中错误的参数
1 parent 33929ce commit 0754c7a

File tree

1 file changed

+3
-2
lines changed
  • weixin-java-mp/src/main/java/me/chanjar/weixin/mp/bean/card

1 file changed

+3
-2
lines changed

weixin-java-mp/src/main/java/me/chanjar/weixin/mp/bean/card/BonusRule.java

+3-2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
/**
1010
* 积分规则.
11+
*
1112
* @author yuanqixun
1213
* date:2018-08-25 00:33
1314
*/
@@ -54,8 +55,8 @@ public class BonusRule implements Serializable {
5455
/**
5556
* 抵扣条件,满xx元(这里以分为单位)可用.
5657
*/
57-
@SerializedName("least_moneyto_use_bonus")
58-
private Integer leastMoneytoUseBonus;
58+
@SerializedName("least_money_to_use_bonus")
59+
private Integer leastMoneyToUseBonus;
5960

6061
/**
6162
* 抵扣条件,单笔最多使用xx积分.

0 commit comments

Comments
 (0)