mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-17 04:25:06 +08:00
新增两个APP端接口
1.获取用户个人签到信息 2.用户签到接接口
This commit is contained in:
@ -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 ==========
|
||||
|
Reference in New Issue
Block a user