Commit ae4ade1c authored by shajiaiming's avatar shajiaiming

fix

parent 315043b1
...@@ -343,7 +343,7 @@ class ExchangeBusiness ...@@ -343,7 +343,7 @@ class ExchangeBusiness
if (in_array(strtoupper($tag), ['HDC'])) { if (in_array(strtoupper($tag), ['HDC'])) {
$exchange = ExchangeFactory::createExchange("Hd"); $exchange = ExchangeFactory::createExchange("Hd");
$quotation = $exchange->getTicker('HD', 'USDT'); $quotation = $exchange->getTicker('HDC', 'USDT');
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