Commit 14eca0b1 authored by ZhuChunYang's avatar ZhuChunYang

update

parent cc59e81c
...@@ -43,10 +43,10 @@ class ExchangeBusiness ...@@ -43,10 +43,10 @@ class ExchangeBusiness
*/ */
public static function getquatation($tag = 'btc', $aim = '') public static function getquatation($tag = 'btc', $aim = '')
{ {
/*$coin_quotation_disable_items = Yii::$app->params['coin_quotation_disable_items']; $coin_quotation_disable_items = Yii::$app->params['coin_quotation_disable_items'];
if(in_array($tag,$coin_quotation_disable_items)){ if(in_array($tag,$coin_quotation_disable_items)){
return false; return false;
}*/ }
$f = false; $f = false;
$quotation = []; $quotation = [];
foreach (self::$exchanges as $exchange) { foreach (self::$exchanges as $exchange) {
......
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