Commit e724499f authored by shajiaiming's avatar shajiaiming

Merge branch 'master' into feature/log-operation

parents c3320a2d 9562d71c
...@@ -127,10 +127,10 @@ class ExchangeBusiness ...@@ -127,10 +127,10 @@ class ExchangeBusiness
if (strtoupper($tag) == 'POKE') { if (strtoupper($tag) == 'POKE') {
$quotation = [ $quotation = [
'low' => 0.1572, 'low' => 0.1587,
'high' => 0.1572, 'high' => 0.1587,
'last' => 0.1572, 'last' => 0.1587,
'rmb' => 0.1572, 'rmb' => 0.1587,
]; ];
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