8000 :art: #2344【企业微信】永久授权码信息相关接口增加authMode、isCustomizedApp字段 · binarywang/WxJava@a5c141f · GitHub
[go: up one dir, main page]

Skip to content

Commit a5c141f

Browse files
authored
🎨 #2344【企业微信】永久授权码信息相关接口增加authMode、isCustomizedApp字段
1 parent 3c4e749 commit a5c141f

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

weixin-java-cp/src/main/java/me/chanjar/weixin/cp/bean/WxCpTpAuthInfo.java

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,18 @@ public static class Agent implements Serializable {
152152
@Deprecated
153153
private String appid;
154154

155+
/**
156+
* 授权模式,0为管理员授权;1为成员授权
157+
*/
158+
@SerializedName("auth_mode")
159+
private Integer authMode;
160+
161+
/**
162+
* 是否为代开发自建应用
163+
*/
164+
@SerializedName("is_customized_app")
165+
private Boolean isCustomizedApp;
166+
155167
/**
156168
* 应用权限
157169
*/

weixin-java-cp/src/main/java/me/chanjar/weixin/cp/bean/WxCpTpPermanentCodeInfo.java

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,18 @@ public static class Agent implements Serializable {
151151
@Deprecated
152152
private String appid;
153153

154+
/**
155+
* 授权模式,0为管理员授权;1为成员授权
156+
*/
157+
@SerializedName("auth_mode")
158+
private Integer authMode;
159+
160+
/**
161+
* 是否为代开发自建应用
162+
*/
163+
@SerializedName("is_customized_app")
164+
private Boolean isCustomizedApp;
165+
154166
/**
155167
* 应用权限
156168
*/

0 commit comments

Comments
 (0)
0