This commit is contained in:
zt
2025-09-12 09:54:19 +08:00
parent 8e9307bf00
commit 9402c3c9f3
21 changed files with 191 additions and 20 deletions

View File

@ -65,7 +65,7 @@ public interface Constants {
/**
* 验证码有效期(分钟)
*/
Integer CAPTCHA_EXPIRATION = 2;
Integer CAPTCHA_EXPIRATION = 5;
/**
* 顶级父级id

View File

@ -38,4 +38,5 @@ public class RegisterBody extends LoginBody {
private Long deptId;
private String smsCode;
}