Commit f94f4f0f authored by shajiaiming's avatar shajiaiming

SJPY PRICE

parent 8071f3f5
...@@ -130,7 +130,7 @@ class ExchangeBusiness ...@@ -130,7 +130,7 @@ class ExchangeBusiness
} }
if(in_array(strtoupper($tag),['SJPY'])){ if(in_array(strtoupper($tag),['SJPY'])){
$exchange = ExchangeFactory::createExchange("BOC"); $exchange = ExchangeFactory::createExchange("Boc");
$quotation = $exchange->getTicker('CNY', 'JPY'); $quotation = $exchange->getTicker('CNY', 'JPY');
$quotation = [ $quotation = [
'low' => (float)sprintf("%0.4f", $quotation['low']/100), 'low' => (float)sprintf("%0.4f", $quotation['low']/100),
......
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