Browse Source

update

master
root 9 months ago
parent
commit
b93e1f22e2
1 changed files with 2 additions and 2 deletions
  1. +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)

Loading…
Cancel
Save