🎨 #2331 【公众号】【开放平台】根据微信平台用户信息接口最新调整去掉用户信息类部分无用字段

This commit is contained in:
Binary Wang
2021-10-31 23:48:54 +08:00
parent 6f57d4a522
commit 7b4ba553ac
3 changed files with 0 additions and 46 deletions

View File

@ -25,23 +25,6 @@ public class WxOAuth2UserInfo implements Serializable {
* nickname 普通用户昵称
*/
private String nickname;
/**
* sex 普通用户性别1为男性2为女性
*/
private Integer sex;
/**
* city 普通用户个人资料填写的城市
*/
private String city;
/**
* province 普通用户个人资料填写的省份
*/
private String province;
/**
* country 国家如中国为CN
*/
private String country;
/**
* headimgurl 用户头像最后一个数值代表正方形头像大小有0、46、64、96、132数值可选0代表640*640正方形头像
* 用户没有头像时该项为空