🎨 accessToken 接口添加 is_snapshotuser 字段

This commit is contained in:
Binary Wang 2022-08-24 15:45:15 +08:00 committed by GitHub
commit 8c461bbaf2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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字段