Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
token
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wallet
token
Commits
1aa6cdd3
Commit
1aa6cdd3
authored
Jul 13, 2018
by
rlgy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bugfixed
parent
5376e157
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
+0
-8
CoinBTYService.php
common/service/coin/CoinBTYService.php
+0
-8
No files found.
common/service/coin/CoinBTYService.php
View file @
1aa6cdd3
...
...
@@ -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'
=>
''
,
//流通总量
];
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment