新增两个APP端接口

1.获取用户个人签到信息
2.用户签到接接口
This commit is contained in:
xiaqing
2023-09-15 15:20:39 +08:00
parent db1f44305d
commit 9d262e8e7f
10 changed files with 245 additions and 16 deletions

View File

@@ -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, "用户重复签到");
}