Skip to content

Commit 07d8531

Browse files
authored
🐛【开放平台】修复试用小程序快速认证字段类型错误
1 parent 2845bab commit 07d8531

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

weixin-java-open/src/main/java/me/chanjar/weixin/open/bean/ma/WxMaVerifyBetaWeappVerifyInfo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public class WxMaVerifyBetaWeappVerifyInfo implements Serializable {
3030
* 企业代码类型 1:统一社会信用代码(18 位) 2:组织机构代码(9 位 xxxxxxxx-x) 3:营业执照注册号(15 位)
3131
*/
3232
@SerializedName("code_type")
33-
private String codeType;
33+
private Integer codeType;
3434

3535
/**
3636
* 法人微信号

0 commit comments

Comments
 (0)