机器时间戳差异超限时,系统文案调整

v1.8.2
xueli.xue 7 years ago
parent 9c58b0bae4
commit e21d6311bd

@ -49,7 +49,7 @@ public class NetComServerFactory {
RpcResponse response = new RpcResponse(); RpcResponse response = new RpcResponse();
if (System.currentTimeMillis() - request.getCreateMillisTime() > 180000) { if (System.currentTimeMillis() - request.getCreateMillisTime() > 180000) {
response.setResult(new ReturnT<String>(ReturnT.FAIL_CODE, "Timestamp Timeout.")); response.setResult(new ReturnT<String>(ReturnT.FAIL_CODE, "the timestamp difference between admin and executor exceeds the limit."));
return response; return response;
} }

Loading…
Cancel
Save