mirror of
				https://gitee.com/binary/weixin-java-tools.git
				synced 2025-10-30 10:07:06 +08:00 
			
		
		
		
	🎨 修复字段类型
This commit is contained in:
		| @ -31,6 +31,9 @@ public class WxCpTpAdmin extends WxCpBaseResp { | |||||||
|     @SerializedName("userid") |     @SerializedName("userid") | ||||||
|     private String userId; |     private String userId; | ||||||
|      |      | ||||||
|  |     @SerializedName("open_userid") | ||||||
|  |     private String openUserId; | ||||||
|  |  | ||||||
|     @SerializedName("auth_type") |     @SerializedName("auth_type") | ||||||
|     private Integer authType; |     private Integer authType; | ||||||
|  |  | ||||||
|  | |||||||
| @ -229,7 +229,7 @@ public class WxCpTpPermanentCodeInfo extends WxCpBaseResp { | |||||||
|      * </ul> |      * </ul> | ||||||
|      */ |      */ | ||||||
|     @SerializedName("user_limit") |     @SerializedName("user_limit") | ||||||
|     private Integer userLimit; |     private Long userLimit; | ||||||
|  |  | ||||||
|     /** |     /** | ||||||
|      * 版本到期时间, 秒级时间戳, 根据需要自行乘以1000(根据购买版本,可能是试用到期时间或付费使用到期时间)。 |      * 版本到期时间, 秒级时间戳, 根据需要自行乘以1000(根据购买版本,可能是试用到期时间或付费使用到期时间)。 | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	 缪贵荣
					缪贵荣