We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c235018 commit a2de4acCopy full SHA for a2de4ac
1 file changed
weixin-java-common/src/main/java/me/chanjar/weixin/common/bean/menu/WxMenuRule.java
@@ -24,6 +24,7 @@ public class WxMenuRule implements Serializable {
24
private String country;
25
private String province;
26
private String city;
27
+ @SerializedName("client_platform_type")
28
private String clientPlatformType;
29
private String language;
30
0 commit comments