Commit 2b8f6c9f by Future

日志打印

parent d66b2552
......@@ -106,7 +106,7 @@ public class NormalChatAction {
if (log.isDebugEnabled()) {
log.debug("接收到参数,reqId: {},\n data: {}, ", reqId, data);
}
log.debug("接收到参数,reqId: {},\n data: {}, ", reqId, data);
log.info("接收到参数,reqId: {},\n data: {}, ", reqId, data);
//查看接收的群属性,是否万人群
ImConversationQueryVo conversation = imConversationService.getCacheImConversationById(data.getToConversation());
......
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