feat(user-character): 新增用户人设管理功能模块
This commit is contained in:
@@ -83,6 +83,7 @@ public interface ErrorCodeConstants {
|
||||
ErrorCode I18N_MESSAGE_NOT_EXISTS = new ErrorCode(1_001_202_009, "国际化错误提醒配置不存在");
|
||||
ErrorCode TAG_NOT_EXISTS = new ErrorCode(1_001_202_010, "人设标签不存在");
|
||||
ErrorCode USER_QUOTA_TOTAL_NOT_EXISTS = new ErrorCode(1_001_202_011, "用户免费功能永久总次数额度表(所有功能共用)不存在");
|
||||
ErrorCode USER_CHARACTER_NOT_EXISTS = new ErrorCode(1_001_202_012, "用户人设管理不存在");
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user