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.
 
 
 
 

13 lines
326 B

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