update 优化 验证码有效期 迁移到数据库 参数管理内

This commit is contained in:
疯狂的狮子li
2023-03-30 19:14:38 +08:00
parent 181166f4c0
commit 1ed1752f67
6 changed files with 26 additions and 20 deletions

View File

@ -62,11 +62,6 @@ public interface Constants {
*/
String LOGIN_FAIL = "Error";
/**
* 验证码有效期(分钟)
*/
Integer CAPTCHA_EXPIRATION = 2;
/**
* 令牌
*/