Commit 40b21180 authored by shajiaiming's avatar shajiaiming

Merge branch 'feature/ticker' into 'master'

poke ticker See merge request !398
parents 6142da8a 77701bc4
...@@ -142,10 +142,10 @@ class ExchangeBusiness ...@@ -142,10 +142,10 @@ class ExchangeBusiness
if (strtoupper($tag) == 'POKE') { if (strtoupper($tag) == 'POKE') {
$quotation = [ $quotation = [
'low' => 0.1591, 'low' => 0.1601,
'high' => 0.1591, 'high' => 0.1601,
'last' => 0.1591, 'last' => 0.1601,
'rmb' => 0.1591, 'rmb' => 0.1601,
]; ];
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