Commit 828cb060 by Future

添加一个接口-用于客户端调试

parent 7167a67b
...@@ -110,7 +110,7 @@ public class MessageAction { ...@@ -110,7 +110,7 @@ public class MessageAction {
@ApiOperation("查询某个会话历史消息分页列表-新") @ApiOperation("查询某个会话历史消息分页列表-新")
public WsResponse<Paging<OfflineMsgDto>> getHistoryMsgNew(ImHistoryMessagePageParam data) { public WsResponse<Paging<OfflineMsgDto>> getHistoryMsgNew(ImHistoryMessagePageParam data) {
log.info("查询某个会话历史消息分页列表-新:{}", JSON.toJSONString(data)); log.info("查询某个会话历史消息分页列表-新:{}", JSON.toJSONString(data));
return WsResponse.ok(imMessageService.getHistoryMsgConversationId(data)); return WsResponse.ok(imMessageService.getHistoryMsgConversationIdNew(data));
} }
/** /**
......
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