zhangxu
2022-08-03 ab74ea22dd90fe30018377aca1cfb58d559034e0
增加一个调用同步中心验证美团优惠卷接口
1个文件已修改
4 ■■■■ 已修改文件
src/main/java/com/platform/verification/VerificationTool.java 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/platform/verification/VerificationTool.java
@@ -74,9 +74,9 @@
        }
        //接口有效5秒钟
        if(System.currentTimeMillis()-date.getTime() > 10000){
       /* if(System.currentTimeMillis()-date.getTime() > 10000){
            return PlatformResult.failure(PlatformCode.ERRO_VISIT_OVERTIMR, "访问超时");
        }
        }*/
        thirtApplication.setPrivateKey(null);
        request.getSession().setAttribute(LoginConstant.LOGIN_APPLY,thirtApplication);