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

Commit 4e626cfe authored by anjiabin's avatar anjiabin

提交chime社交相关

parent e5bed86f
...@@ -86,6 +86,9 @@ public class ChimeUserController { ...@@ -86,6 +86,9 @@ public class ChimeUserController {
@RequestParam(defaultValue = "") String userId @RequestParam(defaultValue = "") String userId
) { ) {
ChimeUserInfoDto userInfoDto = chimeUserService.getUserByUserId(userId); ChimeUserInfoDto userInfoDto = chimeUserService.getUserByUserId(userId);
if(StringUtil.isNull(userInfoDto)){
ResponseDto.failure("获取用户信息失败!userId:{}",userId);
}
return ResponseDto.success(userInfoDto); return ResponseDto.success(userInfoDto);
} }
} }
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