Commit 9f223312 authored by shajiaiming's avatar shajiaiming

Merge branch 'feature/ticker' into 'master'

kpc8行情 See merge request !148
parents 6dff60f7 d904d945
...@@ -194,8 +194,14 @@ class ExchangeBusiness ...@@ -194,8 +194,14 @@ class ExchangeBusiness
} }
if (in_array(strtoupper($tag), ['KPC8'])) { if (in_array(strtoupper($tag), ['KPC8'])) {
$exchange = ExchangeFactory::createExchange("Biki"); // $exchange = ExchangeFactory::createExchange("Biki");
$quotation = $exchange->getTicker('KPC8', 'USDT'); // $quotation = $exchange->getTicker('KPC8', 'USDT');
// goto doEnd;
$quotation = [
'low' => 1,
'high' => 1,
'last' => 1,
];
goto doEnd; goto doEnd;
} }
......
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