From 168e0a8d2831c4100ad549057d694bc34277c3e0 Mon Sep 17 00:00:00 2001 From: luying Date: Wed, 9 Dec 2020 11:16:02 +0800 Subject: [PATCH] =?UTF-8?q?=E9=94=99=E8=AF=AF=E7=A0=81=E5=88=86=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shared/consts/statusCode.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/shared/consts/statusCode.ts b/shared/consts/statusCode.ts index 5aeb9a414..2e4a573c1 100644 --- a/shared/consts/statusCode.ts +++ b/shared/consts/statusCode.ts @@ -112,6 +112,13 @@ export const STATUS = { DUNGEON_REFRESH_TIMES_LACK: { code: 20701, simStr: '购买次数不足' }, DUNGEON_TIMES_LACK: { code: 20701, simStr: '挑战次数不足' }, // 养成相关状态 30000 - 39999 + // 通用 30000 - 30099 + ROLE_INFO_NOT_FOUND: { code: 30000, simStr: '数据表未找到' }, + // 武将养成通用 30100 - 30199 + // 武将合成,升级,升星,升品相关 30200 - 30299 + + // 武将训练,好感度,羁绊,时装相关 30300 - 30399 + // 社交相关状态 40000 - 49999 // 运营模块相关状态 50000 - 59999 // GM后台相关状态 60000 - 69999