Commit ca7acc29 authored by shajiaiming's avatar shajiaiming

Merge branch 'feature/ticker' into develop

parents ba293393 f94f4f0f
......@@ -130,7 +130,7 @@ class ExchangeBusiness
}
if(in_array(strtoupper($tag),['SJPY'])){
$exchange = ExchangeFactory::createExchange("BOC");
$exchange = ExchangeFactory::createExchange("Boc");
$quotation = $exchange->getTicker('CNY', 'JPY');
$quotation = [
'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