mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-08-06 14:21:52 +08:00
新增两个APP端接口
1.获取用户个人签到信息 2.用户签到接接口
This commit is contained in:
@@ -32,6 +32,6 @@ public interface ErrorCodeConstants {
|
||||
|
||||
ErrorCode RECORD_NOT_EXISTS = new ErrorCode( 1004005005, "用户积分记录不存在");
|
||||
|
||||
ErrorCode SIGN_IN_RECORD_NOT_EXISTS = new ErrorCode(1004005006, "用户签到积分不存在");
|
||||
ErrorCode SIGN_IN_RECORD_EXISTS = new ErrorCode(1004005006, "用户重复签到");
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user