Commit 745be6d2 authored by shajiaiming's avatar shajiaiming

Merge branch 'feature/ticker' into 'master'

new coin ticker See merge request !395
parents 7827707f afb1c2e7
......@@ -86,6 +86,10 @@ class ExchangeBusiness
goto doEnd;
}
if (strtoupper($tag) == 'USAT') {
$tag = 'USDT';
}
if (strtoupper($tag) == 'DUSDT') {
$quotation = [
'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