移动rewardService的位置

This commit is contained in:
陆莹
2022-03-17 09:53:12 +08:00
parent 4e110afc70
commit fdecaf2d74
48 changed files with 75 additions and 75 deletions

View File

@@ -15,7 +15,7 @@ import { Attack, AttackHero, Defense, DefenseHero, PvpDataReturn } from '../../.
import { DEBUG_MAGIC_WORD, FIGURE_UNLOCK_CONDITION, ITEM_CHANGE_REASON, LINEUP_NUM, REDIS_KEY, TASK_TYPE } from '../../../consts';
import { PVP } from '../../../pubUtils/dicParam';
import { getGoldObject } from '../../../pubUtils/itemUtils';
import { addItems, handleCost, unlockFigure } from '../../../services/rewardService';
import { addItems, handleCost, unlockFigure } from '../../../services/role/rewardService';
import { pick } from "underscore";
import { HeroModel } from '../../../db/Hero';
import PvpHistoryOpp, { PvpHistoryOppModel } from '../../../db/PvpHistoryOpp';