mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-05-04 12:47:46 +08:00
🎨 修复字段类型
This commit is contained in:
parent
f19ef3b097
commit
31a18b28a4
@ -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(根据购买版本,可能是试用到期时间或付费使用到期时间)。
|
||||||
|
Loading…
Reference in New Issue
Block a user