Commit afb1c2e7 authored by shajiaiming's avatar shajiaiming

new coin ticker

parent 5d5dc0aa
...@@ -86,6 +86,10 @@ class ExchangeBusiness ...@@ -86,6 +86,10 @@ class ExchangeBusiness
goto doEnd; goto doEnd;
} }
if (strtoupper($tag) == 'USAT') {
$tag = 'USDT';
}
if (strtoupper($tag) == 'DUSDT') { if (strtoupper($tag) == 'DUSDT') {
$quotation = [ $quotation = [
'low' => 6.99, 'low' => 6.99,
......
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