feat(巅峰演武): 军功修改、匹配修改、新增挑战次数购买接口

This commit is contained in:
zhangxk
2023-10-12 21:20:26 +08:00
parent 778a31db7f
commit 00059fa2c2
9 changed files with 221 additions and 39 deletions

View File

@@ -1288,6 +1288,7 @@ export enum ITEM_CHANGE_REASON {
NOVEMBER_COST = 208, // 辜月集会购买消耗
EXCHANGE_SPIRIT = 209, // 将灵合成
RESONANCE_LOCK_POSITION = 210, // 共鸣解锁阵位消耗
PVP_BUY_CHALLENGE_CNT = 211, // 巅峰演武购买挑战次数消耗
}
export enum TA_EVENT {

View File

@@ -195,6 +195,11 @@ export const STATUS = {
PVP_SEASON_NOT_OPEN: { code: 20809, simStr: 'pvp赛季未开启' },
PVP_CAN_NOT_SAVE_DEFENSE: { code: 20810, simStr: '结算期不可保存防守阵容' },
PVP_CAN_NOT_CHANGE_HERO: { code: 20811, simStr: '只可用于设置副将不可变更武将' },
PVP_CAN_NOT_BUY_CHALLENGE_CAT: { code: 20812, simStr: '超过当日可购买次数, 不可购买' },
PVP_BUY_CHALLENGE_FAIL: { code: 20813, simStr: '购买失败' },
PVP_SWEEP_NOT_CE: { code: 20814, simStr: '碾压战力不足' },
// 军团 20900-20999
GUILD_AUTH_NOT_ENOUGH: { code: 20900, simStr: '权限不足' },
@@ -845,9 +850,9 @@ export const STATUS = {
RESONANCE_PUT_NOT_POSITION: { code: 81012, simStr: '武将数量不足,不可上阵' },
RESONANCE_NOT_PUT_POSITION: { code: 81013, simStr: '该武将未在阵中' },
RESONANCE_OFF_POSITION_FAIL: { code: 81014, simStr: '该武将下阵失败' },
RESONANCE__HID_NOT_CAN: { code: 81015, simStr: '共鸣武将不可养成' },
RESONANCE__HID_NOT_REBIRTH: { code: 81015, simStr: '共鸣武将不可重生' },
RESONANCE__HID_NOT_REBORN: { code: 81015, simStr: '共鸣武将不可传承' },
RESONANCE__HID_NOT_CAN: { code: 81016, simStr: '共鸣武将不可养成' },
RESONANCE__HID_NOT_REBIRTH: { code: 81017, simStr: '共鸣武将不可重生' },
RESONANCE__HID_NOT_REBORN: { code: 81018, simStr: '共鸣武将不可传承' },
@@ -855,6 +860,7 @@ export const STATUS = {
}
export const PAY_37_CALLBACK_CODE = {