客户端日志上传

This commit is contained in:
2023-12-13 20:23:21 +08:00
parent 78a7d56860
commit 650a835f42
5 changed files with 58 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ public class ClientService {
System.setProperty(NettyConstant.VENUE_SERVER_PORT,decode.getServerPort());
System.setProperty(NettyConstant.VENUE_CLIENT_SN,decode.getClientSN());
System.setProperty(NettyConstant.VENUE_CLIENT_VID,decode.getClientVid());
System.setProperty(NettyConstant.VENUE_CHECK_PWD,decode.getClientPwd());
}
bufferedReader.close();
fileReader.close();