chenjiahe
2021-10-29 df053cfe047651b1be81c31c7c4b863739424125
src/main/java/com/platform/verification/VerificationTool.java
@@ -69,7 +69,7 @@
        }
        //接口有效2秒钟
        if(System.currentTimeMillis()-date.getTime() > 2000){
        if(System.currentTimeMillis()-date.getTime() > 10000){
            return PlatformResult.failure(PlatformCode.ERRO_VISIT_OVERTIMR, "访问超时");
        }