ZB: Change API URL to .cn host as the .com one is down

This commit is contained in:
Adrian Gallagher
2019-05-16 10:49:48 +10:00
parent cdab89a58a
commit 166761454f

View File

@@ -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"