Pu Zhibing
2025-07-18 fdfa8b3b237d8bba8964bda67364f54c08d79432
ruoyi-service/ruoyi-dataInterchange/src/main/java/com/ruoyi/dataInterchange/server/ConnectReqService.java
@@ -122,7 +122,7 @@
               try {
                  new NettyClient(host, port).start(inferiorPlatformId, verifyCode);
               } catch (Exception e) {
                  throw new RuntimeException(e);
                  e.printStackTrace();
               }
            }
         });