战力,出生皮肤

This commit is contained in:
mamengke01
2020-12-22 14:06:57 +08:00
parent ba4f58509d
commit eec53b688f
17 changed files with 1173 additions and 314 deletions

View File

@@ -113,7 +113,7 @@ export const STATUS = {
DUNGEON_TIMES_LACK: { code: 20701, simStr: '挑战次数不足' },
// 通用 30000 - 30099
ROLE_INFO_NOT_FOUND: { code: 30000, simStr: '数据表未找到' },
DIC_DATA_NOT_FOUND: { code: 30000, simStr: '数据表未找到' },
ROLE_MATERIAL_NOT_ENOUGH: { code: 30001, simStr: '材料数量不足' },
// 武将养成通用 30100 - 30199
@@ -165,7 +165,7 @@ export const STATUS = {
EQUIP_NOT_FILL_HOLE: {code: 30506, simStr: '未穿戴宝石' },
EQUIP_NOT_EQUIPED_HERO: {code: 30507, simStr: '装备不能被该武将穿戴'},
EQUIP_LEVEL_LIMIT: {code: 30508, simStr: '装备穿戴等级限制'},
EQUIP_NOT_MATCH_JEWEL: {code: 30504, simStr: '装备不能镶嵌该宝石' },
// 社交相关状态 40000 - 49999
// 运营模块相关状态 50000 - 59999
// GM后台相关状态 60000 - 69999