mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-03-10 00:13:40 +08:00
🎨 #2331 【公众号】【开放平台】根据微信平台用户信息接口最新调整去掉用户信息类部分无用字段
This commit is contained in:
@@ -22,18 +22,7 @@ public class WxMpUser implements Serializable {
|
||||
private Boolean subscribe;
|
||||
private String openId;
|
||||
private String nickname;
|
||||
/**
|
||||
* 性别描述信息:男、女、未知等.
|
||||
*/
|
||||
private String sexDesc;
|
||||
/**
|
||||
* 性别表示:1,2等数字.
|
||||
*/
|
||||
private Integer sex;
|
||||
private String language;
|
||||
private String city;
|
||||
private String province;
|
||||
private String country;
|
||||
private String headImgUrl;
|
||||
private Long subscribeTime;
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user