lisai17@sina.com 2021-01-11 11:20:25 +08:00
parent d7b20f9d25
commit ec46bb7973
2 changed files with 2 additions and 2 deletions

View File

@ -95,7 +95,7 @@ public class Config extends JFinalConfig {
public static DeviceThread deviceThread = new DeviceThread(); public static DeviceThread deviceThread = new DeviceThread();
public static SocketIOService socketio = null; public static SocketIOService socketio = null;
private static boolean client_run = true; private static boolean client_run = true;
public static final String CLINET_VERSION = "20201222"; public static final String CLINET_VERSION = "20210111";
public static String getRootPath() { public static String getRootPath() {
return PathKit.getWebRootPath() return PathKit.getWebRootPath()

View File

@ -320,7 +320,7 @@ public class SyncTaskService {
log.error(e.getMessage(), e); log.error(e.getMessage(), e);
log.debug("recv 3 time: %s", System.currentTimeMillis() - st); log.debug("recv 3 time: %s", System.currentTimeMillis() - st);
return Result.failed(e.getMessage()); return Result.failedstr("数据接卸异常:%s数据包%s", e.getMessage(), recvdata);
} }
} }