Skip to content

Commit

Permalink
🐛 #1171 修复创建会员卡接口中错误的参数
Browse files Browse the repository at this point in the history
  • Loading branch information
binarywang committed Aug 22, 2019
1 parent 33929ce commit 0754c7a
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

/**
* 积分规则.
*
* @author yuanqixun
* date:2018-08-25 00:33
*/
Expand Down Expand Up @@ -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积分.
Expand Down

0 comments on commit 0754c7a

Please sign in to comment.