feat: 个人信息页面.

This commit is contained in:
lijiahang
2023-10-31 19:07:48 +08:00
parent 6c9aabd4fd
commit 3fef9b8ae2
42 changed files with 647 additions and 148 deletions

View File

@@ -25,6 +25,8 @@ public interface Const extends com.orion.lang.constant.Const, FieldConst {
Integer DEFAULT_SORT = 10;
int LOGIN_HISTORY_COUNT = 30;
Long NONE_ID = -1L;
Integer DEFAULT_VERSION = 1;

View File

@@ -46,7 +46,7 @@ public enum ErrorCode implements CodeInfo {
// -------------------- 自定义 - 业务 --------------------
OTHER_DEVICE_LOGIN(700, "该账号于 {} 已在其他设备登 {}({})"),
OTHER_DEVICE_LOGIN(700, "该账号于 {} 已在其他设备登 {}({})"),
USER_DISABLED(701, "当前用户已禁用"),

View File

@@ -49,7 +49,7 @@ public interface ErrorMessage {
String USERNAME_PASSWORD_ERROR = "用户名或密码错误";
String MAX_LOGIN_FAILED = "失败次数已上限";
String MAX_LOGIN_FAILED = "失败次数已上限";
String HISTORY_ABSENT = "历史值不存在";