Pu Zhibing
2025-04-18 2d217c614073681cf14719fd201993d5c5fb5aa7
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);