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