|
|
@@ -318,9 +318,9 @@ public class BaseController {
|
|
|
}
|
|
|
|
|
|
// 请求时间不小于当前时间10秒,单位毫秒
|
|
|
- if (System.currentTimeMillis() - timestamp > EXPIRE_IN || System.currentTimeMillis() < timestamp) {
|
|
|
- throw new VisibleError("请求超时");
|
|
|
- }
|
|
|
+// if (System.currentTimeMillis() - timestamp > EXPIRE_IN || System.currentTimeMillis() < timestamp) {
|
|
|
+// throw new VisibleError("请求超时");
|
|
|
+// }
|
|
|
|
|
|
// 判断加密信息是否有误
|
|
|
String urlMessage = request.getRequestURL() + "?"
|