物品返回格式

This commit is contained in:
mamengke01
2020-12-21 16:04:58 +08:00
parent 10aeebc6d4
commit 86ff7e5dfd
5 changed files with 726 additions and 710 deletions

View File

@@ -163,7 +163,8 @@ export const STATUS = {
EQUIP_HOLE_IS_NOT_DUG: {code: 30505, simStr: '装备未打过孔' },
JEWEL_IS_NOT_FIND: {code: 30506, simStr: '宝石不存在' },
EQUIP_NOT_FILL_HOLE: {code: 30506, simStr: '未穿戴宝石' },
EQUIP_NOT_EQUIPED_HERO: {code: 30502, simStr: '装备不能被该武将穿戴'},
EQUIP_NOT_EQUIPED_HERO: {code: 30507, simStr: '装备不能被该武将穿戴'},
EQUIP_LEVEL_LIMIT: {code: 30508, simStr: '装备穿戴等级限制'},
// 社交相关状态 40000 - 49999
// 运营模块相关状态 50000 - 59999