🎨 增加若干字段

This commit is contained in:
Binary Wang 2022-03-30 20:36:10 +08:00
parent be49b10547
commit 94bd262694

View File

@ -25,6 +25,23 @@ 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 用户头像最后一个数值代表正方形头像大小有0466496132数值可选0代表640*640正方形头像
* 用户没有头像时该项为空