This commit is contained in:
hujiabin 2022-10-21 16:33:11 +08:00
parent 1d15f0ec93
commit 5af672f163

View File

@ -151,7 +151,9 @@ class RankingController extends BaseAuthedController {
),
'property_chg' => $propertyChgService->toDto(),
]);
return;
}
$this->_rspErr(1, "The new season hasn't started yet");
}
private function internalGetActivityRankData($type)