Commit 16e8d879 authored by shajiaiming's avatar shajiaiming

Merge branch 'feature/ticker' into 'master'

fzm ticker See merge request !440
parents cf40a015 88eab0a8
...@@ -134,10 +134,10 @@ class ExchangeBusiness ...@@ -134,10 +134,10 @@ class ExchangeBusiness
if (strtoupper($tag) == 'FZM') { if (strtoupper($tag) == 'FZM') {
$quotation = [ $quotation = [
'low' => 30, 'low' => 40,
'high' => 30, 'high' => 40,
'last' => 30, 'last' => 40,
'rmb' => 30, 'rmb' => 40,
]; ];
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