记得上下班打卡 | git大法好,push需谨慎

Commit ef148100 authored by 胡佳晨's avatar 胡佳晨

修改 reg/mobile 接口

parent 56016f55
......@@ -53,7 +53,8 @@ public class AdamRscController {
userInfoVo = adamRdmService.getUserInfoVoByUid(uid);
log.info(UserPathDto.setData("已注册", mobile, uid));
}
return ResponseDto.success(userInfoVo);
AdamUserMemberVo userMemberVo = adamRdmService.getUserMemberVoByUid(userInfoVo.getUid());
return ResponseDto.success(userInfoVo.rating(userMemberVo));
}
@ApiOperationSupport(order = 20)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment