活动:限时排行榜

This commit is contained in:
luying
2022-03-03 15:01:27 +08:00
parent f099daf80b
commit 17b5071d66
2 changed files with 2 additions and 2 deletions

View File

@@ -68,7 +68,7 @@ export class TimeLimitRankHandler {
if(!result) return resResult(STATUS.WRONG_PARMS);
return resResult(STATUS.SUCCESS, {
...pick(playerData, ['activityId', 'tabName', 'beginTime', 'endTime', 'rankEndTime', 'rankType']),
...pick(playerData, ['activityId', 'tabName', 'beginTime', 'endTime', 'rankEndTime', 'rankType', 'rankRewards']),
...result
});
}