Commit 85a8c47d authored by shajiaiming's avatar shajiaiming

Merge branch 'feature/ws_ticker' into 'master'

自选行情加分页 See merge request !129
parents 6784b098 7c102015
......@@ -142,7 +142,7 @@ class TickerController extends BaseController
$exchange = ExchangeFactory::createExchange($exchange);
$quotation = $exchange->getTicker(strtolower($tag_first), strtolower($tag_second));
if(empty($quotation)) continue;
$temp['symbol'] = $val['symbol'];
$temp['currency'] = strtoupper($tag_first);
$temp['base_currency'] = strtoupper($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