You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
var baseUrl = app.CCTUrl; |
|
(function(obj) { |
|
//查询可用交易币对 |
|
obj.LIST_TRADING_ON = { |
|
getUrl: baseUrl + "coin/listTradingOn", |
|
getType: "GET" |
|
}; |
|
//查询主币列表 |
|
obj.LIST_COIN = { |
|
getUrl: baseUrl + "coin/listCoin", |
|
getType: "GET" |
|
}; |
|
}(window.coinAjax = {})) |