获取手机号 移除
This commit is contained in:
@@ -188,12 +188,4 @@ public class LoginService {
|
||||
|
||||
return Result.success(SUCCESS,shopInfo);
|
||||
}
|
||||
|
||||
public Result getPhone(Integer userId) {
|
||||
TbUserInfo userInfo = userInfoMapper.selectByPrimaryKey(userId);
|
||||
if (userInfo != null) {
|
||||
return Result.success(SUCCESS, userInfo.getTelephone());
|
||||
}
|
||||
return Result.success(SUCCESS, "");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user