8000
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 36602d5 commit 1dfde62Copy full SHA for 1dfde62
weixin-java-common/src/main/java/me/chanjar/weixin/common/bean/oauth2/WxOAuth2AccessToken.java
@@ -30,6 +30,9 @@ public class WxOAuth2AccessToken implements Serializable {
30
@SerializedName("scope")
31
private String scope;
32
33
+ @SerializedName("is_snapshotuser")
34
+ private Integer snapshotUser;
35
+
36
/**
37
* https://mp.weixin.qq.com/cgi-bin/announce?action=getannouncement&announce_id=11513156443eZYea&version=&lang=zh_CN.
38
* 本接口在scope参数为snsapi_base时不再提供unionID字段。
0 commit comments