mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-05-04 04:37:46 +08:00
🎨 修复部分字段类型
This commit is contained in:
parent
d166c27fad
commit
e0f3c76cea
@ -232,7 +232,7 @@ public class WxCpTpAuthInfo extends WxCpBaseResp {
|
|||||||
* </ul>
|
* </ul>
|
||||||
*/
|
*/
|
||||||
@SerializedName("user_limit")
|
@SerializedName("user_limit")
|
||||||
private Integer userLimit;
|
private Long userLimit;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 版本到期时间, 秒级时间戳, 根据需要自行乘以1000(根据购买版本,可能是试用到期时间或付费使用到期时间)。
|
* 版本到期时间, 秒级时间戳, 根据需要自行乘以1000(根据购买版本,可能是试用到期时间或付费使用到期时间)。
|
||||||
|
@ -223,7 +223,7 @@ public class WxPayApplyment4SubCreateRequest implements Serializable {
|
|||||||
* 是否是金融机构
|
* 是否是金融机构
|
||||||
*/
|
*/
|
||||||
@SerializedName("finance_institution")
|
@SerializedName("finance_institution")
|
||||||
private boolean financeInstitution;
|
private Boolean financeInstitution;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 营业执照
|
* 营业执照
|
||||||
@ -450,7 +450,7 @@ public class WxPayApplyment4SubCreateRequest implements Serializable {
|
|||||||
* 经营者/法人是否为受益人
|
* 经营者/法人是否为受益人
|
||||||
*/
|
*/
|
||||||
@SerializedName("owner")
|
@SerializedName("owner")
|
||||||
private boolean owner;
|
private Boolean owner;
|
||||||
|
|
||||||
@Data
|
@Data
|
||||||
@Builder
|
@Builder
|
||||||
|
Loading…
Reference in New Issue
Block a user