性别图标 更换成 性别+年龄
This commit is contained in:
@@ -50,6 +50,7 @@ public class AttentionInfo implements Serializable {
|
||||
public boolean newUser;
|
||||
//性别 1:男 2:女 0 :未知
|
||||
private int gender;
|
||||
private long birth;
|
||||
//个人简介
|
||||
private String userDesc;
|
||||
|
||||
|
@@ -25,6 +25,7 @@ public class FansInfo implements Serializable {
|
||||
private boolean newUser;
|
||||
//性别 1:男 2:女 0 :未知
|
||||
private int gender;
|
||||
private long birth;
|
||||
//个人简介
|
||||
private String userDesc;
|
||||
//1普通账号,2官方账号,3机器账号
|
||||
|
Reference in New Issue
Block a user