Merge branch 'james_bc' of git.kingsome.cn:server/game2006api into james_bc
This commit is contained in:
commit
aef0633b15
@ -212,6 +212,16 @@ class EventRankingController extends BaseAuthedController
|
|||||||
'rows' => $rankingList,
|
'rows' => $rankingList,
|
||||||
'my_ranked' => $this->myRanked
|
'my_ranked' => $this->myRanked
|
||||||
);
|
);
|
||||||
|
error_log(json_encode(
|
||||||
|
array(
|
||||||
|
'account_id'=>$userInfo['account_id'],
|
||||||
|
'guild_id'=>$userInfo['guild_id'],
|
||||||
|
'type' => $type,
|
||||||
|
'pages' => $pages,
|
||||||
|
'rows' => $rankingList,
|
||||||
|
'my_ranked' => $this->myRanked
|
||||||
|
)
|
||||||
|
));
|
||||||
return $rankingData;
|
return $rankingData;
|
||||||
// print_r($rankingData);die;
|
// print_r($rankingData);die;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user