[fix] 规范客户端渗透表信息

This commit is contained in:
wujiawei
2024-10-28 23:06:31 +08:00
parent a04499ab4b
commit 381f8a6960
48 changed files with 1385 additions and 1380 deletions

View File

@ -58,6 +58,7 @@ public class ClientHandleDistributeClientPermeateServerInitTypeAdvanced extends
try {
nettyClientPermeateServerVisitorSocket.start();
} catch (Exception e) {
log.error(e.getMessage(), e);
e.printStackTrace();
}
}