mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-05-02 20:02:37 +08:00
🎨 修复字段类型
This commit is contained in:
parent
f19ef3b097
commit
31a18b28a4
@ -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;
|
||||
|
@ -229,7 +229,7 @@ public class WxCpTpPermanentCodeInfo extends WxCpBaseResp {
|
||||
* </ul>
|
||||
*/
|
||||
@SerializedName("user_limit")
|
||||
private Integer userLimit;
|
||||
private Long userLimit;
|
||||
|
||||
/**
|
||||
* 版本到期时间, 秒级时间戳, 根据需要自行乘以1000(根据购买版本,可能是试用到期时间或付费使用到期时间)。
|
||||
|
Loading…
Reference in New Issue
Block a user