🎨 #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

@@ -22,18 +22,7 @@ public class WxMpUser implements Serializable {
private Boolean subscribe;
private String openId;
private String nickname;
/**
* 性别描述信息:男、女、未知等.
*/
private String sexDesc;
/**
* 性别表示12等数字.
*/
private Integer sex;
private String language;
private String city;
private String province;
private String country;
private String headImgUrl;
private Long subscribeTime;
/**