🐞 fix(gvg): 外政挑战时间限制

This commit is contained in:
luying
2023-02-08 10:48:35 +08:00
parent 542845af09
commit 77c503e697
3 changed files with 11 additions and 2 deletions

View File

@@ -356,6 +356,7 @@ export const STATUS = {
GVG_VESTIGE_RANK_NOT_INIT: { code: 21366, simStr: '玩家数据未初始' },
GVG_VESTIGE_REFESH_CNT_MAX: { code: 21367, simStr: '遗迹刷新次数不足' },
GVG_RECEIVE_NO_RANK_REWARD: { code: 21368, simStr: '没有可领取的奖励' },
GVG_VESTIGE_TIME_OUT: { code: 21369, simStr: '今天遗迹已结算,不可再挑战' },
// 通用 30000 - 30099
DIC_DATA_NOT_FOUND: { code: 30000, simStr: '数据表未找到' },