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