🐛 #1171 修复创建会员卡接口中错误的参数

This commit is contained in:
Binary Wang 2019-08-22 16:33:51 +08:00
parent 33929ce197
commit 0754c7a01c

View File

@ -8,6 +8,7 @@ import me.chanjar.weixin.mp.util.json.WxMpGsonBuilder;
/**
* 积分规则.
*
* @author yuanqixun
* date:2018-08-25 00:33
*/
@ -54,8 +55,8 @@ public class BonusRule implements Serializable {
/**
* 抵扣条件,满xx元这里以分为单位可用.
*/
@SerializedName("least_moneyto_use_bonus")
private Integer leastMoneytoUseBonus;
@SerializedName("least_money_to_use_bonus")
private Integer leastMoneyToUseBonus;
/**
* 抵扣条件,单笔最多使用xx积分.