Skip to content

Commit

Permalink
🎨 Wechat-Group#2344【企业微信】永久授权码信息相关接口增加authMode、isCustomizedApp字段
Browse files Browse the repository at this point in the history
  • Loading branch information
arbing authored and aieyes committed Jan 17, 2022
1 parent 79c839c commit 4976ad0
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,18 @@ public static class Agent implements Serializable {
@Deprecated
private String appid;

/**
* 授权模式,0为管理员授权;1为成员授权
*/
@SerializedName("auth_mode")
private Integer authMode;

/**
* 是否为代开发自建应用
*/
@SerializedName("is_customized_app")
private Boolean isCustomizedApp;

/**
* 应用权限
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,18 @@ public static class Agent implements Serializable {
@Deprecated
private String appid;

/**
* 授权模式,0为管理员授权;1为成员授权
*/
@SerializedName("auth_mode")
private Integer authMode;

/**
* 是否为代开发自建应用
*/
@SerializedName("is_customized_app")
private Boolean isCustomizedApp;

/**
* 应用权限
*/
Expand Down

0 comments on commit 4976ad0

Please sign in to comment.