mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-09-12 06:57:13 +08:00
feat: 新增用户注册,忘记密码接口,修复第三方注册默认权限和删除报错问题
This commit is contained in:
@@ -74,6 +74,11 @@ public class CaptchaProperties {
|
||||
*/
|
||||
@Data
|
||||
public static class CaptchaSms {
|
||||
/**
|
||||
* 万能验证码
|
||||
*/
|
||||
private String code;
|
||||
|
||||
/**
|
||||
* 内容长度
|
||||
*/
|
||||
|
@@ -54,6 +54,11 @@ public class SysConstants {
|
||||
*/
|
||||
public static final String SUPER_ROLE_CODE = "admin";
|
||||
|
||||
/**
|
||||
* 普通角色编码
|
||||
*/
|
||||
public static final String GENERAL_ROLE_CODE = "general";
|
||||
|
||||
/**
|
||||
* 超管角色 ID
|
||||
*/
|
||||
|
Reference in New Issue
Block a user