feat: 新增用户注册,忘记密码接口,修复第三方注册默认权限和删除报错问题

This commit is contained in:
King
2025-03-20 02:43:21 +00:00
committed by Charles7c
parent 603b12d10d
commit 94b093e9d4
20 changed files with 193 additions and 33 deletions

View File

@@ -74,6 +74,11 @@ public class CaptchaProperties {
*/
@Data
public static class CaptchaSms {
/**
* 万能验证码
*/
private String code;
/**
* 内容长度
*/

View File

@@ -54,6 +54,11 @@ public class SysConstants {
*/
public static final String SUPER_ROLE_CODE = "admin";
/**
* 普通角色编码
*/
public static final String GENERAL_ROLE_CODE = "general";
/**
* 超管角色 ID
*/