pvp:添加历史军功数据

This commit is contained in:
luying
2022-01-07 15:08:45 +08:00
parent 1439964664
commit cf7e223b85

View File

@@ -277,7 +277,7 @@ export class PvpHandler {
battleCode, isSuccess,
heroScores: showHeroScores,
createdAt: getSeconds(createdAt),
...pick(result, ['score', 'myRank', 'winStreakNum', 'attack', 'oppPlayers', 'challengeCnt', 'challengeRefTime'])
...pick(result, ['score', 'myRank', 'winStreakNum', 'attack', 'oppPlayers', 'challengeCnt', 'challengeRefTime', 'hisScore'])
});
}