Commit 4538950e authored by shajiaiming's avatar shajiaiming

Merge branch 'feature/ticker' into 'master'

poke ticker See merge request !419
parents 30cfaf9a a5805758
...@@ -144,10 +144,10 @@ class ExchangeBusiness ...@@ -144,10 +144,10 @@ class ExchangeBusiness
if (strtoupper($tag) == 'POKE') { if (strtoupper($tag) == 'POKE') {
$quotation = [ $quotation = [
'low' => 0.1611, 'low' => 0.1617,
'high' => 0.1611, 'high' => 0.1617,
'last' => 0.1611, 'last' => 0.1617,
'rmb' => 0.1611, 'rmb' => 0.1617,
]; ];
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