Commit 840da17d authored by shajiaiming's avatar shajiaiming

Merge branch 'feature/ticker' into 'master'

fk ticker See merge request !438
parents e516cbd9 69176ec8
...@@ -172,7 +172,7 @@ class ExchangeBusiness ...@@ -172,7 +172,7 @@ class ExchangeBusiness
goto doEnd; goto doEnd;
} }
if (strtoupper($tag) == 'SZHB') { if (in_array(strtoupper($tag), ['SZHB', 'FK'])) {
$quotation = [ $quotation = [
'low' => 0.01, 'low' => 0.01,
'high' => 0.01, 'high' => 0.01,
......
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