会员: 修改会员等级,使用单独的表单、接口

This commit is contained in:
owen
2023-08-22 11:23:09 +08:00
parent 5a2d9d14df
commit bdb38c4157
9 changed files with 64 additions and 35 deletions

View File

@ -50,7 +50,6 @@ public interface ErrorCodeConstants {
ErrorCode LEVEL_LOG_NOT_EXISTS = new ErrorCode(1004011100, "用户等级记录不存在");
ErrorCode EXPERIENCE_LOG_NOT_EXISTS = new ErrorCode(1004011200, "用户经验记录不存在");
ErrorCode LEVEL_REASON_NOT_EXISTS = new ErrorCode(1004011300, "用户等级调整原因不能为空");
//========== 用户分组 1004012000 ==========
ErrorCode GROUP_NOT_EXISTS = new ErrorCode(1004012000, "用户分组不存在");