Skip to content

Commit

Permalink
🎨 #2344【企业微信】永久授权码信息相关接口增加authMode、isCustomizedApp字段
Browse files Browse the repository at this point in the history
  • Loading branch information
arbing committed Oct 13, 2021
1 parent 3c4e749 commit a5c141f
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 a5c141f

Please sign in to comment.