mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-06-28 13:16:19 +08:00
🐛 #1564 微信卡包更新接口去掉多余有问题的参数字段
This commit is contained in:
parent
cb3f105121
commit
0bc2cf9ade
@ -39,13 +39,6 @@ public class WxMpMemberCardUpdateMessage implements Serializable {
|
|||||||
* 需要设置的积分全量值,传入的数值会直接显示
|
* 需要设置的积分全量值,传入的数值会直接显示
|
||||||
*/
|
*/
|
||||||
private Integer bonus;
|
private Integer bonus;
|
||||||
/**
|
|
||||||
* 本次积分变动值,传负数代表减少,错误单词,只是为了保持兼容
|
|
||||||
*/
|
|
||||||
@Deprecated
|
|
||||||
@SerializedName("add_bonus")
|
|
||||||
private Integer addBounus;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 本次积分变动值,传负数代表减少
|
* 本次积分变动值,传负数代表减少
|
||||||
|
Loading…
Reference in New Issue
Block a user