活动:签到活动接口

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
@@ -8,6 +8,8 @@ export enum ACTIVITY_TYPE {
SEVEN_DAYS = 1, // 七天乐活动
TASK_GROWTH = 2, // 成长任务活动
TASK_DAILY_CHALLENGES = 3, // 今日挑战活动
SIGN_IN = 4, // 签到活动
SIGN_IN_VIP = 5, // 签到活动(高级)
}
/**
+3
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: '未找到该接口' },