每日添加购买次数逻辑

This commit is contained in:
luying
2020-11-05 11:54:57 +08:00
parent 6020037aa6
commit ff6b8bcdca
8 changed files with 185 additions and 68 deletions

View File

@@ -177,5 +177,6 @@ export const DEFAULT_HEROES = [ 312, 314, 311, 309, 315];
export const FIX_SMS_CODE_TELS = ['18855953630', '13911134885', '15167549151', '15618654010'];
export const GONGSHI = {
"TOWER_HANG_UP_SPEED_COST": "50*num"
"TOWER_HANG_UP_SPEED_COST": "50",
"DAILY_REFRESH_NUM_COST": "50*num"
};

View File

@@ -28,6 +28,8 @@ export const STATUS = {
DAILY_WAR_NOT_FOUND: { code: 20201, simStr: '未找到该关卡' },
DAILY_TYPE_NOT_FOUND: { code: 20202, simStr: '未找到该类型' },
DAILY_TIMES_LACK: { code: 20203, simStr: '次数不足' },
DAILY_REFRESH_TIMES_LACK: { code: 20203, simStr: '刷新次数不足' },
DAILY_REFRESH_GOLD_LACK: { code: 20204, simStr: '元宝不足' },
// 奇遇 20300 - 20399
EVENT_RECORD_NOT_FOUND: { code: 20301, simStr: '未找到记录' },
EVENT_STATUS_ERROR: { code: 20302, simStr: '状态错误' },