Commit 69176ec8 authored by shajiaiming's avatar shajiaiming

fk ticker

parent 9d053412
......@@ -172,7 +172,7 @@ class ExchangeBusiness
goto doEnd;
}
if (strtoupper($tag) == 'SZHB') {
if (in_array(strtoupper($tag), ['SZHB', 'FK'])) {
$quotation = [
'low' => 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