活动:限时排行榜
This commit is contained in:
@@ -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
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user