Commit f8e44037 by Future

日志打印

parent 2b8f6c9f
...@@ -103,10 +103,9 @@ public class NormalChatAction { ...@@ -103,10 +103,9 @@ public class NormalChatAction {
@ActionMapping("/normal/send") @ActionMapping("/normal/send")
@ApiOperation("普通消息发送") @ApiOperation("普通消息发送")
public void sendMsg(ActionRequest request, ChatContentVo data, String reqId) { public void sendMsg(ActionRequest request, ChatContentVo data, String reqId) {
if (log.isDebugEnabled()) { // 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()); 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