This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
server
/
wxJava-final
Watch
6
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
🐛
#1564
微信卡包更新接口去掉多余有问题的参数字段
dev1
S
4 years ago
committed by
GitHub
parent
cb3f105121
commit
0bc2cf9ade
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
0 additions
and
7 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-7
weixin-java-mp/src/main/java/me/chanjar/weixin/mp/bean/membercard/WxMpMemberCardUpdateMessage.java
+ 0
- 7
weixin-java-mp/src/main/java/me/chanjar/weixin/mp/bean/membercard/WxMpMemberCardUpdateMessage.java
View File
@@ -39,13 +39,6 @@ public class WxMpMemberCardUpdateMessage implements Serializable {
* 需要设置的积分全量值,传入的数值会直接显示
*/
private Integer bonus;
/**
* 本次积分变动值,传负数代表减少,错误单词,只是为了保持兼容
*/
@Deprecated
@SerializedName("add_bonus")
private Integer addBounus;
/**
* 本次积分变动值,传负数代表减少
Write
Preview
Loading…
Cancel
Save