app
This commit is contained in:
@ -65,7 +65,7 @@ public interface Constants {
|
||||
/**
|
||||
* 验证码有效期(分钟)
|
||||
*/
|
||||
Integer CAPTCHA_EXPIRATION = 2;
|
||||
Integer CAPTCHA_EXPIRATION = 5;
|
||||
|
||||
/**
|
||||
* 顶级父级id
|
||||
|
||||
@ -38,4 +38,5 @@ public class RegisterBody extends LoginBody {
|
||||
|
||||
private Long deptId;
|
||||
|
||||
private String smsCode;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user