Commit 5368a8ac authored by shajiaiming's avatar shajiaiming

update poke ticker

parent 37ef98ab
......@@ -138,10 +138,10 @@ class ExchangeBusiness
if (strtoupper($tag) == 'POKE') {
$quotation = [
'low' => 0.1587,
'high' => 0.1587,
'last' => 0.1587,
'rmb' => 0.1587,
'low' => 0.1591,
'high' => 0.1591,
'last' => 0.1591,
'rmb' => 0.1591,
];
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