chenjiahe
2022-08-11 c1cf02563eb667944181b2e4638d36e6dc7f2354
src/main/java/com/platform/verification/VerificationTool.java
@@ -74,12 +74,12 @@
        }
        //接口有效5秒钟
        if(System.currentTimeMillis()-date.getTime() > 10000){
       /* if(System.currentTimeMillis()-date.getTime() > 10000){
            return PlatformResult.failure(PlatformCode.ERRO_VISIT_OVERTIMR, "访问超时");
        }
        }*/
        thirtApplication.setPrivateKey(null);
        request.setAttribute(LoginConstant.LOGIN_APPLY,thirtApplication);
        request.getSession().setAttribute(LoginConstant.LOGIN_APPLY,thirtApplication);
        return PlatformResult.success();
    }