手机号授权: user/get增加用户区号返回
This commit is contained in:
@@ -27,6 +27,8 @@ public class UserVo implements ReplaceDomainInterface {
|
||||
|
||||
private String phone;
|
||||
|
||||
private String phoneAreaCode;
|
||||
|
||||
private Byte star;
|
||||
|
||||
private String nick;
|
||||
|
@@ -657,6 +657,7 @@ public class UsersService extends BaseService {
|
||||
userVo.setUid(user.getUid());
|
||||
userVo.setErbanNo(user.getErbanNo());
|
||||
userVo.setPhone(StringUtils.maskPhone(user.getPhone()));
|
||||
userVo.setPhoneAreaCode(user.getPhoneAreaCode());
|
||||
userVo.setAvatar(user.getAvatar());
|
||||
userVo.setBirth(user.getBirth());
|
||||
userVo.setGender(user.getGender());
|
||||
|
Reference in New Issue
Block a user