Commit 2c03f957 authored by shajiaiming's avatar shajiaiming

fix

parent cd1db07a
......@@ -103,7 +103,7 @@ class TickerController extends BaseController
$symbol = explode('/', $val['symbol']);
$tag_first = $symbol[0];
$tag_second = $symbol[1];
$exchange = 'Huobi';
$exchange = 'HuoBi';
$exchange = ExchangeFactory::createExchange($exchange);
$quotation = $exchange->getTicker(strtolower($tag_first), strtolower($tag_second));
......
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