Commit 7b8b5030 authored by shajiaiming's avatar shajiaiming

Merge branch 'feature/ticker' into 'master'

poke ticker See merge request !360
parents 4a76d75b 392f5ccb
...@@ -127,10 +127,10 @@ class ExchangeBusiness ...@@ -127,10 +127,10 @@ class ExchangeBusiness
if (strtoupper($tag) == 'POKE') { if (strtoupper($tag) == 'POKE') {
$quotation = [ $quotation = [
'low' => 0.15, 'low' => 0.1523,
'high' => 0.15, 'high' => 0.1523,
'last' => 0.15, 'last' => 0.1523,
'rmb' => 0.15, 'rmb' => 0.1523,
]; ];
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