pls use api.btcchina.com to replace api.btcc.com

BTCC and BTTChina are two different sites now. The market of btccny is in BTCChina. So please use api.btcchina.com rather then api.btcc.com
This commit is contained in:
Jamie Cheng
2017-04-28 17:11:25 +08:00
committed by GitHub
parent 77ca9cc2b7
commit 83a82c8bd6

View File

@@ -15,7 +15,7 @@ import (
)
const (
BTCC_API_URL = "https://api.btcc.com/"
BTCC_API_URL = "https://api.btcchina.com/"
BTCC_API_AUTHENTICATED_METHOD = "api_trade_v1.php"
BTCC_API_VER = "2.0.1.3"
BTCC_ORDER_BUY = "buyOrder2"