From 166761454fcf010f1e88b44707b81e8f04f17275 Mon Sep 17 00:00:00 2001 From: Adrian Gallagher Date: Thu, 16 May 2019 10:49:48 +1000 Subject: [PATCH] ZB: Change API URL to .cn host as the .com one is down --- exchanges/zb/zb.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exchanges/zb/zb.go b/exchanges/zb/zb.go index b076b855..781a7ede 100644 --- a/exchanges/zb/zb.go +++ b/exchanges/zb/zb.go @@ -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"