mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-08-23 22:11:40 +08:00
🐛 #1171 修复创建会员卡接口中错误的参数
This commit is contained in:
parent
33929ce197
commit
0754c7a01c
@ -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积分.
|
||||
|
Loading…
Reference in New Issue
Block a user