Commit 7b5bb2e7 authored by shajiaiming's avatar shajiaiming

fix

parent 9f92b16e
...@@ -154,10 +154,10 @@ class ExchangeBusiness ...@@ -154,10 +154,10 @@ class ExchangeBusiness
if (strtoupper($tag) == 'LHG') { if (strtoupper($tag) == 'LHG') {
$quotation = [ $quotation = [
'low' => 0.1, 'low' => 0.105,
'high' => 0.1, 'high' => 0.105,
'last' => 0.1, 'last' => 0.105,
'rmb' => 0.1, 'rmb' => 0.105,
]; ];
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