Commit ae3e8baa authored by shajiaiming's avatar shajiaiming

Merge branch 'feature/ticker' into 'master'

fix See merge request !406
parents 25f35cc8 d2a3e242
......@@ -288,7 +288,7 @@ class TickerController extends BaseController
public function actionHotTicker()
{
$platform_id = Yii::$app->request->get('platform_id', 0);
$platform_id = $this->platform_id ?? 0;
$datas = [
[
'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