Commit a72b3910 authored by shajiaiming's avatar shajiaiming

update poke ticker

parent 06f470f0
......@@ -144,10 +144,10 @@ class ExchangeBusiness
if (strtoupper($tag) == 'POKE') {
$quotation = [
'low' => 0.1617,
'high' => 0.1617,
'last' => 0.1617,
'rmb' => 0.1617,
'low' => 0.1621,
'high' => 0.1621,
'last' => 0.1621,
'rmb' => 0.1621,
];
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