Skip to content

Commit

Permalink
🐛 #1852 修复个性化菜单clientPlatformType字段的反序列化问题
Browse files Browse the repository at this point in the history
  • Loading branch information
wcc1433 authored Nov 5, 2020
1 parent c235018 commit a2de4ac
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public class WxMenuRule implements Serializable {
private String country;
private String province;
private String city;
@SerializedName("client_platform_type")
private String clientPlatformType;
private String language;

Expand Down

0 comments on commit a2de4ac

Please sign in to comment.