This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
tzquant_zq
/
InterfaceDocument
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
update
master
root
9 months ago
parent
00fbda853e
commit
b93e1f22e2
1 changed files
with
2 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
GetCoinInfo.py
+ 2
- 2
GetCoinInfo.py
View File
@ -14,8 +14,8 @@ def GetCoinInfo(coin, settle):
# 示例参数
# 示例参数
coin
=
"
btc
"
settle
=
"
usdt
"
coin
=
"
BTC
"
settle
=
"
USDT
"
# 发送请求
# 发送请求
CoinInfo
=
GetCoinInfo
(
coin
,
settle
)
CoinInfo
=
GetCoinInfo
(
coin
,
settle
)
Write
Preview
Loading…
Cancel
Save