天梯挂机加速;天梯派遣部分新接口
fixed:
数据库类型和插入数据的用法修复
This commit is contained in:
liangtongchuan
2020-10-15 01:49:26 +08:00
parent 2b1575516f
commit 33ee71adcd
14 changed files with 380 additions and 21 deletions

View File

@@ -70,7 +70,14 @@ export const EXPEDITION_INCREASE_POINT = 2; // 远征每成功一次累计的点
export const HANG_UP_CONSTS = {
ENABLE_LV: 2,
UNIT_TIME: 10 * 60 * 1000,
MAX_TIME: 12 * 60 * 60 * 1000
MAX_TIME: 12 * 60 * 60 * 1000,
MAX_SPD_UP_CNT: 6,
REFRESH_TIME: 5
}
export const TOWER_TASK_CONST = {
REFRESH_TIME: 5,
RAND_CNT: [1, 1, 1, 1, 1],
}
export const WAR_JSON_ATTRIBUTE_TYPE = {