招募:根据系统参数表相应修改

This commit is contained in:
luying
2021-11-17 09:35:01 +08:00
parent 567d224c1c
commit 4b39a1c951

View File

@@ -370,7 +370,7 @@ export class GachaHandler {
let userGacha = await UserGachaModel.findByRole(roleId, GACHA_ID.NORMAL);
let { guideCount = 0 } = userGacha;
if(guideCount >= RECRUIT.FIRST_RECRUIT) return resResult(STATUS.GACHA_GUIDE_PULL_CNT_LACK);
if(guideCount >= RECRUIT.RECRUIT_FIRST_RECRUIT) return resResult(STATUS.GACHA_GUIDE_PULL_CNT_LACK);
if(guideCount == 0) {
// 消耗东西