feat(重阳集会): 添加纯净召唤接口

This commit is contained in:
zhangxk
2023-09-13 10:42:17 +08:00
parent a0e169d8b3
commit 9f99203d06
5 changed files with 59 additions and 10 deletions

View File

@@ -711,6 +711,10 @@ export const STATUS = {
ACTIVITY_CHONGYANG_LOCK: { code: 50085, simStr: '游戏层数未解锁' },
ACTIVITY_CHONGYANG_GAMECODE_NOT_FOUND: { code: 50086, simStr: '未找到该id' },
ACTIVITY_CHONGYANG_BUY_COUNT_OVER: { code: 50087, simStr: '购买次数不足' },
ACTIVITY_CHONGYANG_GAMECODE_USE: { code: 50088, simStr: '游戏已经结算过' },
ACTIVITY_CHONGYANG_GAMESWEEP_LOCK: { code: 50088, simStr: '纯净召唤未开启' },