feat(共鸣系统): 新增

This commit is contained in:
zhangxk
2023-10-09 15:11:54 +08:00
parent cd87b9e74c
commit 53a0b0f340
18 changed files with 1195 additions and 14 deletions

View File

@@ -789,7 +789,7 @@ export const STATUS = {
ORDER_STATUS_ERROR: { code: 70018, simStr: '订单状态错误' },
PAY_NOT_OPEN: { code: 70019, simStr: '支付功能暂未开启' },
// 稷下学宫 相关状态 80000 - 89999
// 稷下学宫 相关状态 80000 - 81000
SHOP_NO_BUY: { code: 80001, simStr: '商店不可购买' },
COIN_NOT_ENOUGH: { code: 80002, simStr: '试炼币不足' },
REWARD_NO_CHOOSE: { code: 80003, simStr: '奖励不可选择' },
@@ -827,6 +827,28 @@ export const STATUS = {
ROUGE_SCORE_HAS_RECEIVED: { code: 80107, simStr: '已领取' },
ROUGE_COLLECT_NOT_ENOUGH: { code: 80108, simStr: '该图鉴条件未达成' },
ROUGE_TECH_NOT_UNLOCKED: { code: 80109, simStr: '对应科技点未解锁' },
// 共鸣系统 相关状态 81000 - 81100
RESONANCE_NO_START: { code: 81000, simStr: '共鸣系统未开启' },
RESONANCE_POSITION_LOCK: { code: 81001, simStr: '该阵位已开启' },
RESONANCE_POSITION_NOT_FOUND: { code: 81002, simStr: '该阵位不存在' },
RESONANCE_POSITION_LV_NOT_ENOUGH: { code: 81003, simStr: '解锁该阵位等级不足' },
RESONANCE_POSITION_LOCK_FAIL: { code: 81004, simStr: '解锁该阵位失败' },
RESONANCE_POSITION_UNLOCK: { code: 81005, simStr: '该阵位未解锁' },
RESONANCE_POSITION_EXIST_HID: { code: 81006, simStr: '该阵位已有武将' },
RESONANCE_PUT_POSITION_EXIST_LV: { code: 81007, simStr: '武将存在等级养成维度,请先重生' },
RESONANCE_PUT_POSITION_EXIST_JOBSTAGE: { code: 81008, simStr: '武将存在职阶养成维度,请先重生' },
RESONANCE_PUT_POSITION_EXIST_TALENT: { code: 81009, simStr: '武将存在天赋养成维度,请先重生' },
RESONANCE_PUT_POSITION_EXIST_CONNECT: { code: 81009, simStr: '武将存在羁绊养成维度,请先重生' },
RESONANCE_PUT_POSITION_EXIST_EQUIP: { code: 81010, simStr: '武将存在装备养成维度,请先重生' },
RESONANCE_PUT_POSITION_FAIL: { code: 81011, simStr: '武将上阵失败' },
RESONANCE_PUT_NOT_POSITION: { code: 81011, simStr: '武将数量不足,不可上阵' },
RESONANCE_NOT_PUT_POSITION: { code: 81011, simStr: '该武将未在阵中' },
RESONANCE_OFF_POSITION_FAIL: { code: 81011, simStr: '该武将下阵失败' },
}
export const PAY_37_CALLBACK_CODE = {