Commit d0aa41b8 authored by shajiaiming's avatar shajiaiming

Merge branch 'feature/ticker' into 'master'

fix See merge request !348
parents 758cbc72 bc198bfe
...@@ -116,10 +116,10 @@ class ExchangeBusiness ...@@ -116,10 +116,10 @@ class ExchangeBusiness
if (strtoupper($tag) == 'FZM') { if (strtoupper($tag) == 'FZM') {
$quotation = [ $quotation = [
'low' => 41, 'low' => 30,
'high' => 41, 'high' => 30,
'last' => 41, 'last' => 30,
'rmb' => 41, 'rmb' => 30,
]; ];
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