This commit is contained in:
moxiangrong
2024-02-20 19:33:50 +08:00
parent 9c85524e14
commit 477d29d69f
31 changed files with 246 additions and 83 deletions

View File

@ -37,6 +37,7 @@ public interface ErrorCodeConstants {
// ========== 签到记录 ==========
ErrorCode SIGN_IN_RECORD_NOT_EXISTS = new ErrorCode(1004009000, "签到记录不存在");
ErrorCode TODAY_SIGN_IN_RECORD_EXISTS = new ErrorCode(100409001, "今日已签到");
ErrorCode SIGN_IN_CLOSED = new ErrorCode(100409002, "已关闭签到");
// ========== 会员等级配置 ==========
ErrorCode USER_LEVEL_CONFIG_NOT_EXISTS = new ErrorCode(1004011000, "会员等级配置不存在");
// ========== 会员等级权益配置==========