新增两个APP端接口

1.获取用户个人签到信息
2.用户签到接接口
This commit is contained in:
xiaqing
2023-09-15 23:21:11 +08:00
parent 0907ca2081
commit d4a891e6c4
4 changed files with 7 additions and 4 deletions

View File

@ -39,6 +39,7 @@ public interface ErrorCodeConstants {
ErrorCode SIGN_IN_CONFIG_EXISTS = new ErrorCode(1004009001, "签到天数规则已存在");
//========== 签到配置 1004010000 ==========
ErrorCode SIGN_IN_RECORD_EXISTS = new ErrorCode(1004010000,"用户重复签到");
//========== 用户等级 1004011000 ==========