Skip to content

Commit 0bc2cf9

Browse files
authored
🐛 #1564 微信卡包更新接口去掉多余有问题的参数字段
1 parent cb3f105 commit 0bc2cf9

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

weixin-java-mp/src/main/java/me/chanjar/weixin/mp/bean/membercard/WxMpMemberCardUpdateMessage.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,6 @@ public class WxMpMemberCardUpdateMessage implements Serializable {
3939
* 需要设置的积分全量值,传入的数值会直接显示
4040
*/
4141
private Integer bonus;
42-
/**
43-
* 本次积分变动值,传负数代表减少,错误单词,只是为了保持兼容
44-
*/
45-
@Deprecated
46-
@SerializedName("add_bonus")
47-
private Integer addBounus;
48-
4942

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

0 commit comments

Comments
 (0)