|
@@ -40,7 +40,7 @@ public class ChatReqHandler extends AbstractCmdHandler {
|
|
throw new Exception("body is null");
|
|
throw new Exception("body is null");
|
|
}
|
|
}
|
|
ChatBody chatBody = ChatKit.toChatBody(packet.getBody(),channelContext);
|
|
ChatBody chatBody = ChatKit.toChatBody(packet.getBody(),channelContext);
|
|
- log.info("发送消息:"+chatBody.toJsonString());
|
|
|
|
|
|
+ log.debug("发送消息:"+chatBody.toJsonString());
|
|
packet.setBody(chatBody.toByte());
|
|
packet.setBody(chatBody.toByte());
|
|
//聊天数据格式不正确
|
|
//聊天数据格式不正确
|
|
if(chatBody == null || chatBody.getChatType() == null){
|
|
if(chatBody == null || chatBody.getChatType() == null){
|