bugfix 后管通过运营商id查询站点列表增加权限校验

This commit is contained in:
Lemon
2024-08-01 14:52:52 +08:00
parent 7294d82a7e
commit 2df857b39c
4 changed files with 34 additions and 2 deletions

View File

@@ -66,7 +66,7 @@ public class NettyServerHandler extends SimpleChannelInboundHandler {
*/
@Override
public void channelRead(ChannelHandlerContext ctx, Object message) throws Exception {
log.info("加载客户端报文channelRead=== channelId:" + ctx.channel().id() + ", msg:" + message);
// log.info("加载客户端报文channelRead=== channelId:" + ctx.channel().id() + ", msg:" + message);
// 下面可以解析数据保存数据生成返回报文将需要返回报文写入write函数
byte[] msg = (byte[]) message;