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 = {}))