移动端聊天实现
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>tcp</artifactId>
|
||||
<artifactId>im-tcp</artifactId>
|
||||
<properties>
|
||||
<java.version>1.8</java.version>
|
||||
<mybatis-plus.version>3.3.0</mybatis-plus.version>
|
||||
|
||||
@@ -150,7 +150,6 @@ public class NettyServerHandler extends SimpleChannelInboundHandler<Message> {
|
||||
|| command == GroupEventCommand.MSG_GROUP.getCommand()){
|
||||
logger.info("***********************收到单聊或者群聊消息:{}", msg);
|
||||
|
||||
|
||||
try {
|
||||
String toId = "";
|
||||
CheckSendMessageReq req = new CheckSendMessageReq();
|
||||
|
||||
Reference in New Issue
Block a user