fix 远征相应获取属性逻辑

This commit is contained in:
luying
2021-01-09 16:30:59 +08:00
parent be77ffab3f
commit e516458fbb
4 changed files with 74 additions and 42 deletions

View File

@@ -18,7 +18,6 @@ import { BattleRecordModel } from '../../../db/BattleRecord';
import { PvpRecordModel, HeroesRecord } from '../../../db/PvpRecord';
import { existsRank, initRank, getRank, setRank, getMyRank } from '../../../services/redisService';
import { handleCost } from '../../../services/rewardService';
import { matchPlayerByRank } from '../../../services/pvpService';
export default function(app: Application) {
return new PvpHandler(app);