dev
parent
d7b20f9d25
commit
ec46bb7973
|
|
@ -95,7 +95,7 @@ public class Config extends JFinalConfig {
|
|||
public static DeviceThread deviceThread = new DeviceThread();
|
||||
public static SocketIOService socketio = null;
|
||||
private static boolean client_run = true;
|
||||
public static final String CLINET_VERSION = "20201222";
|
||||
public static final String CLINET_VERSION = "20210111";
|
||||
|
||||
public static String getRootPath() {
|
||||
return PathKit.getWebRootPath()
|
||||
|
|
|
|||
|
|
@ -320,7 +320,7 @@ public class SyncTaskService {
|
|||
log.error(e.getMessage(), e);
|
||||
|
||||
log.debug("recv 3 time: %s", System.currentTimeMillis() - st);
|
||||
return Result.failed(e.getMessage());
|
||||
return Result.failedstr("数据接卸异常:%s,数据包:%s", e.getMessage(), recvdata);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue