소스 검색

fix:调整验证码有效期

shc 10 달 전
부모
커밋
1a2d0b2459
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      hnqz-common/hnqz-common-core/src/main/java/com/qunzhixinxi/hnqz/common/core/constant/SecurityConstants.java

+ 1 - 1
hnqz-common/hnqz-common-core/src/main/java/com/qunzhixinxi/hnqz/common/core/constant/SecurityConstants.java

@@ -14,7 +14,7 @@ public interface SecurityConstants {
     /**
      * 验证码有效期
      */
-    int CODE_TIME = 60;
+    int CODE_TIME = 300 ;
 
     /**
      * 验证码长度