We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WxMpMemberCardUpdateMessage.java 多个 @SerializedName("add_bonus")引起会员卡领卡后更新报错。
多个“add_bouns”引起微信卡包领卡后更新会员卡错误。 查看代码是因为历史遗留的拼写错误,原作者考虑兼容才保留同时存在多个add_bouns。
private Integer bonus; /** 本次积分变动值,传负数代表减少,错误单词,只是为了保持兼容 / @deprecated @SerializedName("add_bonus") private Integer addBounus; / * 本次积分变动值,传负数代表减少 */ @SerializedName("add_bonus") private Integer addBonus;
class me.chanjar.weixin.mp.bean.membercard.WxMpMemberCardUpdateMessage declares multiple JSON fields named add_bonus
The text was updated successfully, but these errors were encountered:
这还真是个问题,稍后修复
Sorry, something went wrong.
🐛 #1564 微信卡包更新接口去掉多余有问题的参数字段
0bc2cf9
还没发布呢,关闭的有点早
No branches or pull requests
简要描述
WxMpMemberCardUpdateMessage.java 多个 @SerializedName("add_bonus")引起会员卡领卡后更新报错。
模块版本情况
详细描述
多个“add_bouns”引起微信卡包领卡后更新会员卡错误。 查看代码是因为历史遗留的拼写错误,原作者考虑兼容才保留同时存在多个add_bouns。
日志
The text was updated successfully, but these errors were encountered: