xiaoyong931011
2020-07-10 4b8b5c34dc22962cbb346ed203612c7fb3a2df8f
src/main/java/com/xcong/excoin/configurations/security/TokenFilter.java
@@ -116,7 +116,7 @@
        boolean isDebug = applicationProperties.isDebug();
        if (!isDebug) {
            long currentTime = System.currentTimeMillis();
            return currentTime - time <= 5000;
            return currentTime - time <= 10000;
        }
        return true;
    }