商店:回收将魂

This commit is contained in:
luying
2021-03-31 19:19:23 +08:00
parent 264c231f32
commit 481d5b98f7
5 changed files with 60 additions and 12 deletions

View File

@@ -306,6 +306,7 @@ export const STATUS = {
// 商店相关 30900-31000
BUY_COUNT_OVER: { code: 30900, simStr: '已超过限购次数' },
GUILD_LV_LIMIT: { code: 30901, simStr: '军团等级不足' },
ITEM_NOT_SOUL: { code: 30902, simStr: '该物品不是将魂' },
// 社交相关状态 40000 - 49999
SYS_CHANNEL_AUTH_NOT_ENOUGH: {code: 40000, simStr: '无法在系统频道发送消息'},