File tree Expand file tree Collapse file tree 1 file changed +37
-6
lines changed
weixin-java-open/src/main/java/me/chanjar/weixin/open/bean/result Expand file tree Collapse file tree 1 file changed +37
-6
lines changed Original file line number Diff line number Diff line change @@ -51,12 +51,6 @@ public class WxFastMaAccountBasicInfoResult extends WxOpenResult {
5151 @ SerializedName ("nickname" )
5252 private String nickname ;
5353
54- /**
55- * 名称信息
56- */
57- @ SerializedName ("nickname_info" )
58- private NicknameInfo nicknameInfo ;
59-
6054 /**
6155 * 微信认证信息
6256 */
@@ -73,6 +67,43 @@ public class WxFastMaAccountBasicInfoResult extends WxOpenResult {
7367 @ SerializedName ("head_image_info" )
7468 private HeadImageInfo headImageInfo ;
7569
70+ /**
71+ * 名称信息
72+ */
73+ @ SerializedName ("nickname_info" )
74+ private NicknameInfo nicknameInfo ;
75+
76+ /**
77+ * 注册国家
78+ * <a href="https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/api/Mini_Program_Basic_Info/Mini_Program_Information_Settings.html#%E6%B3%A8%E5%86%8C%E5%9B%BD%E5%AE%B6">参考链接</a>
79+ */
80+ @ SerializedName ("registered_country" )
81+ private Integer registeredCountry ;
82+
83+ /**
84+ * 主体标识,非个人主体时返回的是企业或者政府或其他组织的代号
85+ */
86+ @ SerializedName ("credential" )
87+ private String credential ;
88+
89+ /**
90+ * 认证类型;如果未完成微信认证则返回0;不同枚举值对应的类型说明看下方
91+ * 状态值 说明
92+ * 1 企业
93+ * 2 企业媒体
94+ * 3 政府
95+ * 4 非盈利组织
96+ * 5 民营非企业
97+ * 6 盈利组织
98+ * 8 社会团体
99+ * 9 事业媒体
100+ * 11 事业单位
101+ * 12 个体工商户
102+ * 14 海外企业
103+ */
104+ @ SerializedName ("customer_type" )
105+ private Integer customerType ;
106+
76107 @ Data
77108 public static class NicknameInfo {
78109 /**
You can’t perform that action at this time.
0 commit comments