mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-13 23:16:45 +00:00
ZB: Change API URL to .cn host as the .com one is down
This commit is contained in:
@@ -22,8 +22,8 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
zbTradeURL = "http://api.zb.com/data"
|
||||
zbMarketURL = "https://trade.zb.com/api"
|
||||
zbTradeURL = "http://api.zb.cn/data"
|
||||
zbMarketURL = "https://trade.zb.cn/api"
|
||||
zbAPIVersion = "v1"
|
||||
|
||||
zbAccountInfo = "getAccountInfo"
|
||||
|
||||
Reference in New Issue
Block a user