chenjiahe
2023-05-16 e26c98bd7cfde538096d74ea9019e2128b5fe313
src/main/java/com/platform/verification/VerificationTool.java
@@ -73,10 +73,10 @@
            return PlatformResult.failure(PlatformCode.ERROR_SIGN, "签名错误05");
        }
        //接口有效5秒钟
       /* if(System.currentTimeMillis()-date.getTime() > 10000){
        //接口有效30秒钟
        if(System.currentTimeMillis()-date.getTime() > 30000){
            return PlatformResult.failure(PlatformCode.ERRO_VISIT_OVERTIMR, "访问超时");
        }*/
        }
        thirtApplication.setPrivateKey(null);
        request.getSession().setAttribute(LoginConstant.LOGIN_APPLY,thirtApplication);