商店:rmb购买

This commit is contained in:
luying
2022-07-25 20:55:20 +08:00
parent 57283c6b20
commit 528a862d1c
9 changed files with 326 additions and 134 deletions

View File

@@ -414,6 +414,7 @@ export const STATUS = {
SKIN_HAS_NOT_HERO: { code: 30903, simStr: '未拥有该武将不可获得皮肤' },
HERO_NOT_MAX: { code: 30904, simStr: '该武将未升满星' },
LV_LIMIT: { code: 30905, simStr: '玩家等级不足' },
CAN_NOT_PURCHASE: { code: 30906, simStr: '该商品不可使用该购买方式' },
// 任务相关 31001-31100
TASK_NOT_REACH_CONDITION: { code: 31001, simStr: '任务不满足条件' },