Commit 3f4cb231 authored by rlgy's avatar rlgy

BTY bugfixed

parent 3cb61632
......@@ -127,6 +127,7 @@ class ExchangeBusiness
$rows[$key]['sid'] = ucfirst($rows[$key]['sid']);
$quotation = self::getquatation($row['name']);
if (!$quotation) {
$quotation = [];
//使用Coin服务
$coinServer = CoinFactory::createCoin($row['name'], $row['id'], $row['sid']);
$rows[$key]['sid'] = ucfirst($rows[$key]['sid']);
......
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