Commit cf66bd4c authored by shajiaiming's avatar shajiaiming

Merge branch 'feature/ticker' into 'master'

LHG行情 See merge request !427
parents 9f92b16e 7b5bb2e7
...@@ -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