mirror of
https://github.com/zongzibinbin/MallChat.git
synced 2026-03-14 06:03:42 +08:00
Merge remote-tracking branch 'origin/main'
This commit is contained in:
@@ -93,6 +93,7 @@ public class NettyWebSocketServerHandler extends SimpleChannelInboundHandler<Tex
|
|||||||
case AUTHORIZE:
|
case AUTHORIZE:
|
||||||
getService().authorize(ctx.channel(), JSONUtil.toBean(wsBaseReq.getData(), WSAuthorize.class));
|
getService().authorize(ctx.channel(), JSONUtil.toBean(wsBaseReq.getData(), WSAuthorize.class));
|
||||||
log.info("主动认证 = " + msg.text());
|
log.info("主动认证 = " + msg.text());
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
log.info("未知类型");
|
log.info("未知类型");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user