fix bug
This commit is contained in:
@ -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, "会员等级配置不存在");
|
||||
// ========== 会员等级权益配置==========
|
||||
|
Reference in New Issue
Block a user