任务:完成主要接口
This commit is contained in:
@@ -125,6 +125,7 @@ const itid_array = [
|
||||
{ id: 32, name: '典籍', table: 'equip', type: EQUIP_TYPE.BOOK },
|
||||
{ id: 33, name: '神兵', table: 'equip', type: EQUIP_TYPE.WEAPON },
|
||||
{ id: 34, name: '代币', table: 'item', type: CONSUME_TYPE.POINT },
|
||||
{ id: 53, name: '武将招募券', table: 'item', type: CONSUME_TYPE.POINT },
|
||||
{ id: 39, name: '时装', table: 'hero', type: CONSUME_TYPE.SKIN },
|
||||
{ id: 40, name: '装备碎片', table: 'item', type: CONSUME_TYPE.PIECE },
|
||||
{ id: 41, name: '图纸', table: 'item', type: CONSUME_TYPE.CONSUME },
|
||||
|
||||
@@ -469,7 +469,10 @@ export const FILENAME = {
|
||||
DIC_RANK_REWARD: 'dic_zyz_rankingReward',
|
||||
DIC_MAIN_TASK: 'dic_zyz_mainTask',
|
||||
DIC_DAILY_TASK: 'dic_zyz_dailyTask',
|
||||
DIC_ACHIEVEMENT: 'dic_zyz_achievement'
|
||||
DIC_ACHIEVEMENT: 'dic_zyz_achievement',
|
||||
DIC_MAIN_TASK_STAGE: 'dic_zyz_mainTaskStage',
|
||||
DIC_TASK_BOX: 'dic_zyz_taskBox',
|
||||
DIC_ACHIEVEMENT_BOX: 'dic_zyz_dic_zyz_achievementBox',
|
||||
}
|
||||
|
||||
export const WAR_RELATE_TABLES = [
|
||||
|
||||
Reference in New Issue
Block a user