|
|
@ -170,7 +170,7 @@ public class MyController extends BaseController {
|
|
|
|
return Result.failed(StatusCode.USER_INVALID_USER_ID);
|
|
|
|
return Result.failed(StatusCode.USER_INVALID_USER_ID);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
UserRespDTO userRespDTO = getUserRespDTO(user, false, Collections.emptySet());
|
|
|
|
UserRespDTO userRespDTO = getUserRespDTO(user, true, Collections.emptySet());
|
|
|
|
userRespDTO.setIpLocation(IpUtil.getIpLocation(user.getLastLoginIp()));
|
|
|
|
userRespDTO.setIpLocation(IpUtil.getIpLocation(user.getLastLoginIp()));
|
|
|
|
|
|
|
|
|
|
|
|
UserLoginDto userLoginDto = getUserLoginDto(authorization);
|
|
|
|
UserLoginDto userLoginDto = getUserLoginDto(authorization);
|
|
|
|