Commit d2a3e242 authored by shajiaiming's avatar shajiaiming

fix

parent 6eaa2453
...@@ -288,7 +288,7 @@ class TickerController extends BaseController ...@@ -288,7 +288,7 @@ class TickerController extends BaseController
public function actionHotTicker() public function actionHotTicker()
{ {
$platform_id = Yii::$app->request->get('platform_id', 0); $platform_id = $this->platform_id ?? 0;
$datas = [ $datas = [
[ [
'exchange' => 'huobi', 'exchange' => 'huobi',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment