mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-08-23 22:11:40 +08:00
🎨 增加若干字段
This commit is contained in:
parent
be49b10547
commit
94bd262694
@ -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 用户头像,最后一个数值代表正方形头像大小(有0、46、64、96、132数值可选,0代表640*640正方形头像),
|
||||
* 用户没有头像时该项为空
|
||||
|
Loading…
Reference in New Issue
Block a user