Merge branch 'master' of gitee.com:beijing_hongye_huicheng/lilishop into pg
This commit is contained in:
@@ -46,7 +46,7 @@ public class ImTalkController {
|
||||
@GetMapping(value = "/by/user/{userId}")
|
||||
@ApiOperation(value = "查看与某人聊天详情")
|
||||
public ResultMessage<ImTalkVO> getByUser(@PathVariable String userId) {
|
||||
return ResultUtil.data(new ImTalkVO(imTalkService.getTalkByUser(userId),userId));
|
||||
return ResultUtil.data(imTalkService.getTalkByUserId(userId));
|
||||
}
|
||||
|
||||
@GetMapping(value = "/top")
|
||||
|
||||
Reference in New Issue
Block a user