Commit 1aa6cdd3 authored by rlgy's avatar rlgy

bugfixed

parent 5376e157
......@@ -33,14 +33,6 @@ class CoinBTYService extends Coin implements CoinInterface
$result = [
'price' => $this->getPrice(),//价格
'dollar' => $this->getDollar(),//价格美元
'btc' => '',//价格btc
'high' => $this->getHigh(),//最高价
'low' => $this->getLow(),//最低价
'change' => $this->getChange(),//涨幅(跌幅)
'rank' => '',//流通市值排名
'circulate_value_rmb' => '',//流通市值人民币
'circulate_value_usd' => '',//流通市值美元
'circulate_value_btc' => '',//流通市值btc
'publish_count' => '',//发行总量
'circulate_count' => '',//流通总量
];
......
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