修改个别 import

This commit is contained in:
liangtongchuan
2020-12-23 11:46:12 +08:00
parent 3b128da3d3
commit af8c89db20
2 changed files with 2 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
import {Application, BackendSession, createTcpMailBox, ChannelService} from 'pinus';
import {Application, BackendSession, ChannelService} from 'pinus';
import { handleCost, addItems } from '../../../services/rewardService';
import { calPlayerCeAndSave } from '../../../services/playerCeService';
import { resResult } from '../../../pubUtils/util';
@@ -10,7 +10,6 @@ import { ItemModel } from '../../../db/Item';
import { gameData, getHeroExpByLv, getHeroStarByQuality, getHeroWakeByQuality, getHeroLvByExp, getMaxGradeByjobClass, getJobByGradeAndClass, getFriendShipById } from '../../../pubUtils/data';
import { RewardInter } from '../../../pubUtils/interface';
import { getAllAttrStage } from '../../../pubUtils/playerCe';
import { Stats } from 'fs';
export default function(app: Application) {
return new HeroHandler(app);