|
|
@@ -63,13 +63,13 @@ public class ApiSignLoginInterceptor extends HandlerInterceptorAdapter {
|
|
|
|
|
|
Long ts = Long.valueOf(timestamp);
|
|
|
// 禁止超时签名
|
|
|
- if (System.currentTimeMillis() - ts > SIGN_EXPIRED_TIME) {
|
|
|
+ /* if (System.currentTimeMillis() - ts > SIGN_EXPIRED_TIME) {
|
|
|
ApiResult apiResult = new ApiResult();
|
|
|
apiResult.setCode(ErrorMessage.TIMEOUT_ILLEGAL.getCode());
|
|
|
apiResult.setMessage(ErrorMessage.TIMEOUT_ILLEGAL.getMessage());
|
|
|
apiResult.setRequestId(requestId);
|
|
|
throw new ApiSystemException(apiResult);
|
|
|
- }
|
|
|
+ }*/
|
|
|
|
|
|
/* String uuid = UUID.randomUUID().toString().trim().replaceAll("-", "");
|
|
|
String s = UUID.randomUUID().toString();
|