🐛 #1852 修复个性化菜单clientPlatformType字段的反序列化问题

This commit is contained in:
wcc1433 2020-11-05 12:11:07 +08:00 committed by GitHub
parent c235018374
commit a2de4ac26c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;