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 {
51
51
@ SerializedName ("nickname" )
52
52
private String nickname ;
53
53
54
- /**
55
- * 名称信息
56
- */
57
- @ SerializedName ("nickname_info" )
58
- private NicknameInfo nicknameInfo ;
59
-
60
54
/**
61
55
* 微信认证信息
62
56
*/
@@ -73,6 +67,43 @@ public class WxFastMaAccountBasicInfoResult extends WxOpenResult {
73
67
@ SerializedName ("head_image_info" )
74
68
private HeadImageInfo headImageInfo ;
75
69
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
+
76
107
@ Data
77
108
public static class NicknameInfo {
78
109
/**
You can’t perform that action at this time.
0 commit comments