Procházet zdrojové kódy

token时效性 改为120分钟

wuhongshuang před 3 roky
rodič
revize
1376cf11a5

+ 1 - 1
src/main/java/com/szwl/constant/ConfigConsts.java

@@ -14,5 +14,5 @@ public class ConfigConsts {
     /**
      * token时效性
      */
-    public static final Integer TOKEN_EXPIRE_MINUTE = 30;
+    public static final Integer TOKEN_EXPIRE_MINUTE = 120;
 }