mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-13 23:16:45 +00:00
Merge pull request #29 from starit/patch-1
pls use api.btcchina.com to replace api.btcc.com
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user