Commit 9ae291ec by hweeeeeei

完成:获取会话详情接口

parent 246811fc
......@@ -212,7 +212,7 @@ public class ImMessageServiceImpl extends BaseServiceImpl<ImMessageMapper, ImMes
}
// 获取会话id
HashMap dataHashMap = (HashMap) imMsgSendRestApi.getContent().get("data");
HashMap dataHashMap = imMsgSendRestApi.getContent();
if (dataHashMap.get(TO_CONVERSATION_KEY) == null) {
return ApiResult.result(ApiCode.FAIL, new ImMsgSendRestResult());
}
......
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