分解装备 穿戴或卸载装备 装备打孔 宝石镶嵌 宝石合成 宝石卸下
This commit is contained in:
@@ -147,6 +147,14 @@ export const STATUS = {
|
||||
// 装备养成 30400-30499
|
||||
ROLE_EQUIP_PLACE_NOT_ENOUGH: {code: 30400, simStr: '装备栏未装备或无可强化'},
|
||||
ROLE_COIN_NOT_ENOUGH: {code: 30401, simStr: '铜币不足'},
|
||||
|
||||
EQUIP_NOT_FIND: {code: 30500, simStr: '装备不存在'},
|
||||
EQUIP_IS_EQUIPED: {code: 30501, simStr: '装备已经穿戴'},
|
||||
EQUIP_NOT_EQUIPED: {code: 30502, simStr: '装备未穿戴'},
|
||||
EQUIP_IS_EQUIPED_NOT_DECOMPOSE: {code: 30503, simStr: '装备已穿戴,不能分解'},
|
||||
EQUIP_HOLE_NOT_FIND: {code: 30504, simStr: '装备孔不存在' },
|
||||
EQUIP_HOLE_IS_DUG: {code: 30505, simStr: '装备已经打过孔' },
|
||||
JEWEL_IS_NOT_FIND: {code: 30506, simStr: '宝石不存在' },
|
||||
|
||||
// 社交相关状态 40000 - 49999
|
||||
// 运营模块相关状态 50000 - 59999
|
||||
|
||||
Reference in New Issue
Block a user