fix(tongji): 恢复游戏进度并完善周榜
This commit is contained in:
@@ -44,7 +44,10 @@ class TcmController extends BaseApiController
|
||||
/** 获取当前登录用户的控糖消消乐每周7人同行榜。 */
|
||||
public function gameWeeklyLeaderboard()
|
||||
{
|
||||
$result = GamePlatformLogic::leaderboard((int) $this->userId);
|
||||
$result = GamePlatformLogic::leaderboard(
|
||||
(int) $this->userId,
|
||||
(string) $this->request->get('session_key', '')
|
||||
);
|
||||
if ($result === false) {
|
||||
return $this->fail(GamePlatformLogic::getError());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user