zhangxu
2022-11-04 4cc2c4064d80ccfe860e4516463ead75d6d1e4fb
src/main/java/com/platform/verification/VerificationTool.java
@@ -74,9 +74,9 @@
        }
        //接口有效30秒钟
        if(System.currentTimeMillis()-date.getTime() > 30000){
      /*  if(System.currentTimeMillis()-date.getTime() > 30000){
            return PlatformResult.failure(PlatformCode.ERRO_VISIT_OVERTIMR, "访问超时");
        }
        }*/
        thirtApplication.setPrivateKey(null);
        request.getSession().setAttribute(LoginConstant.LOGIN_APPLY,thirtApplication);