活动:签到活动接口

This commit is contained in:
qiaoxin
2021-04-28 19:32:17 +08:00
parent cc86cc5d8c
commit 6f39462ee0
10 changed files with 287 additions and 7 deletions

View File

@@ -343,6 +343,9 @@ export const STATUS = {
ACTIVITY_MAX_COUNT: { code: 50006, simStr: '已经到最大次数' },
ACTIVITY_UNOPENED: { code: 50007, simStr: '还未开启,不能购买' },
ACTIVITY_RES_NOT_ENOUGH: { code: 50008, simStr: '资源不足' },
ACTIVITY_CLOSED: { code: 50009, simStr: '关闭中' },
ACTIVITY_DAY_INDEX_OVER: { code: 50010, simStr: '心急吃不了热豆腐' },
ACTIVITY_EXPIRE: { code: 50011, simStr: '活动到期,刷新' },
// GM后台相关状态 60000 - 69999
GM_ERR_PASSWORD: { code: 60001, simStr: '账号或密码错误' },
GM_MISS_API: { code: 60002, simStr: '未找到该接口' },