var baseUrl = app.C2CUrl; (function(obj) { //申请取消市商 obj.CANCEL_APPLY = { getUrl: baseUrl + "marketApply/cancelApply", getType: "POST" }; //申请成为市商 obj.MARKET_APPLY = { getUrl: baseUrl + "marketApply/marketApply", getType: "POST" }; }(window.marketApplyAjax = {}))