mirror of
https://gitee.com/koogua/course-tencent-cloud.git
synced 2025-06-26 12:23:06 +08:00
修正websocket连接地址
This commit is contained in:
parent
4564bd9cdf
commit
f9ab91efa7
@ -57,16 +57,4 @@ class Controller extends \Phalcon\Mvc\Controller
|
||||
return $auth->getCurrentUser();
|
||||
}
|
||||
|
||||
protected function getSiteInfo()
|
||||
{
|
||||
return $this->getSettings('site');
|
||||
}
|
||||
|
||||
protected function getSettings($section)
|
||||
{
|
||||
$appService = new AppService();
|
||||
|
||||
return $appService->getSettings($section);
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user