mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-05-05 21:27:47 +08:00
🎨 #2344【企业微信】永久授权码信息相关接口增加authMode、isCustomizedApp字段
This commit is contained in:
parent
3c4e749ea9
commit
a5c141f7be
@ -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;
|
||||
|
||||
/**
|
||||
* 应用权限
|
||||
*/
|
||||
|
@ -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;
|
||||
|
||||
/**
|
||||
* 应用权限
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user