mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-04-05 17:38:05 +08:00
accessToken 接口添加 is_snapshotuser 字段
This commit is contained in:
parent
36602d58a5
commit
1dfde62772
@ -30,6 +30,9 @@ public class WxOAuth2AccessToken implements Serializable {
|
||||
@SerializedName("scope")
|
||||
private String scope;
|
||||
|
||||
@SerializedName("is_snapshotuser")
|
||||
private Integer snapshotUser;
|
||||
|
||||
/**
|
||||
* https://mp.weixin.qq.com/cgi-bin/announce?action=getannouncement&announce_id=11513156443eZYea&version=&lang=zh_CN.
|
||||
* 本接口在scope参数为snsapi_base时不再提供unionID字段。
|
||||
|
Loading…
Reference in New Issue
Block a user