商店:一般购物流程
This commit is contained in:
@@ -302,6 +302,10 @@ export const STATUS = {
|
||||
SPINE_NOT_FOUND: { code: 30808, simStr: '未找到形象' },
|
||||
SPINE_IS_WEARING: { code: 30809, simStr: '形象已设置中' },
|
||||
SPINE_IS_LOCKED: { code: 30810, simStr: '形象未解锁' },
|
||||
|
||||
// 商店相关 30900-31000
|
||||
BUY_COUNT_OVER: { code: 30900, simStr: '已超过限购次数' },
|
||||
GUILD_LV_LIMIT: { code: 30901, simStr: '军团等级不足' },
|
||||
|
||||
// 社交相关状态 40000 - 49999
|
||||
SYS_CHANNEL_AUTH_NOT_ENOUGH: {code: 40000, simStr: '无法在系统频道发送消息'},
|
||||
|
||||
Reference in New Issue
Block a user