Skip to content

Commit

Permalink
🐛 #1564 微信卡包更新接口去掉多余有问题的参数字段
Browse files Browse the repository at this point in the history
  • Loading branch information
silloy authored May 18, 2020
1 parent cb3f105 commit 0bc2cf9
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,6 @@ public class WxMpMemberCardUpdateMessage implements Serializable {
* 需要设置的积分全量值,传入的数值会直接显示
*/
private Integer bonus;
/**
* 本次积分变动值,传负数代表减少,错误单词,只是为了保持兼容
*/
@Deprecated
@SerializedName("add_bonus")
private Integer addBounus;


/**
* 本次积分变动值,传负数代表减少
Expand Down

0 comments on commit 0bc2cf9

Please sign in to comment.