This commit is contained in:
aozhiwei 2022-06-15 11:08:31 +08:00
parent f29ed51d25
commit 64c5831cf5

View File

@ -92,6 +92,9 @@ class RankingController extends BaseAuthedController {
private function internalGetActivityRankData($type)
{
$channel = 6516;
if (SERVER_ENV != _ONLINE) {
$channel = 6513;
}
$userInfo = $this->_getOrmUserInfo();
$myRanked = array(
'ranked' => -1,