🎨 修复字段类型

This commit is contained in:
缪贵荣 2022-07-06 23:45:05 +08:00 committed by GitHub
parent f19ef3b097
commit 31a18b28a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -30,6 +30,9 @@ public class WxCpTpAdmin extends WxCpBaseResp {
@SerializedName("userid")
private String userId;
@SerializedName("open_userid")
private String openUserId;
@SerializedName("auth_type")
private Integer authType;

View File

@ -229,7 +229,7 @@ public class WxCpTpPermanentCodeInfo extends WxCpBaseResp {
* </ul>
*/
@SerializedName("user_limit")
private Integer userLimit;
private Long userLimit;
/**
* 版本到期时间, 秒级时间戳, 根据需要自行乘以1000根据购买版本可能是试用到期时间或付费使用到期时间