🎨 #2344【企业微信】永久授权码信息相关接口增加authMode、isCustomizedApp字段

This commit is contained in:
ArBing 2021-10-13 13:48:49 +08:00 committed by GitHub
parent 3c4e749ea9
commit a5c141f7be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 0 deletions

View File

@ -152,6 +152,18 @@ public class WxCpTpAuthInfo extends WxCpBaseResp {
@Deprecated
private String appid;
/**
* 授权模式0为管理员授权1为成员授权
*/
@SerializedName("auth_mode")
private Integer authMode;
/**
* 是否为代开发自建应用
*/
@SerializedName("is_customized_app")
private Boolean isCustomizedApp;
/**
* 应用权限
*/

View File

@ -151,6 +151,18 @@ public class WxCpTpPermanentCodeInfo extends WxCpBaseResp {
@Deprecated
private String appid;
/**
* 授权模式0为管理员授权1为成员授权
*/
@SerializedName("auth_mode")
private Integer authMode;
/**
* 是否为代开发自建应用
*/
@SerializedName("is_customized_app")
private Boolean isCustomizedApp;
/**
* 应用权限
*/