var baseUrl = app.CCTUrl; (function(obj) { //查询用户成交详情 obj.LIST_USER_DETAIL = { getUrl: baseUrl + "detail/listUserDetail", getType: "GET" }; //查询用户成交详情列表 obj.LIST_DETAIL_BY_ORDERID = { getUrl: baseUrl + "detail/listDetailByOrderId", getType: "GET" }; }(window.detailAjax = {}))