服务端获取用户信息接口获取不到extra字段

anthony15
2019-06-14 02:52 224 0

服务端获取用户信息接口
UserInfoResult getUserInfo(String username)
返回的对象UserInfoResult 里面的属性有这些:@Expose String username;
@Expose String nickname;
@Expose String avatar;
@Expose String birthday;
@Expose Integer gender;
@Expose String signature;
@Expose String region;
@Expose String address;
@Expose String ctime;
@Expose String mtime;
@Expose String appkey;

没有extra这个字段,我么开始注册用户时加了这个字段里面放了属性,那怎么获取这个字段的属性呢?

1个回答

热门排序