#136 修复WxMenuRule反序列化的问题tag_id为空的问题

This commit is contained in:
Binary Wang
2017-09-11 11:05:29 +08:00
parent 7c3f6cc907
commit 3875635a8a
3 changed files with 17 additions and 2 deletions

View File

@@ -70,6 +70,7 @@ public class WxMenuGsonAdapter implements JsonSerializer<WxMenu>, JsonDeserializ
return matchRule;
}
@Deprecated
private WxMenuRule convertToRule(JsonObject json) {
WxMenuRule menuRule = new WxMenuRule();
//变态的微信接口,这里居然反人类的使用和序列化时不一样的名字