8000 accessToken 接口添加 is_snapshotuser 字段 · Cocowwy/WxJava@1dfde62 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1dfde62

Browse files
author
陈俊霖
committed
accessToken 接口添加 is_snapshotuser 字段
1 parent 36602d5 commit 1dfde62

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

weixin-java-common/src/main/java/me/chanjar/weixin/common/bean/oauth2/WxOAuth2AccessToken.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ public class WxOAuth2AccessToken implements Serializable {
3030
@SerializedName("scope")
3131
private String scope;
3232

33+
@SerializedName("is_snapshotuser")
34+
private Integer snapshotUser;
35+
3336
/**
3437
* https://mp.weixin.qq.com/cgi-bin/announce?action=getannouncement&announce_id=11513156443eZYea&version=&lang=zh_CN.
3538
* 本接口在scope参数为snsapi_base时不再提供unionID字段。

0 commit comments

Comments
 (0)
0