mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-04-05 08:37:32 +08:00
🐛【开放平台】修复试用小程序快速认证字段类型错误
This commit is contained in:
parent
2845bab6a9
commit
07d8531039
@ -30,7 +30,7 @@ public class WxMaVerifyBetaWeappVerifyInfo implements Serializable {
|
||||
* 企业代码类型 1:统一社会信用代码(18 位) 2:组织机构代码(9 位 xxxxxxxx-x) 3:营业执照注册号(15 位)
|
||||
*/
|
||||
@SerializedName("code_type")
|
||||
private String codeType;
|
||||
private Integer codeType;
|
||||
|
||||
/**
|
||||
* 法人微信号
|
||||
|
Loading…
Reference in New Issue
Block a user