ruoyi-service/ruoyi-dataInterchange/src/main/java/com/ruoyi/dataInterchange/server/ConnectReqService.java
@@ -97,7 +97,6 @@ public void downConnect(ChannelHandlerContext ctx, int inferiorPlatformId, String host, int port, int verifyCode) { try { boolean b = downConnect(inferiorPlatformId, host, port, verifyCode); } catch (Exception e) { downDisconnectInform(ctx, 0x00); throw new RuntimeException(e);