mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-10-28 04:29:07 +08:00
🐛 #1852 修复个性化菜单clientPlatformType字段的反序列化问题
This commit is contained in:
@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user