diff --git a/js/url.js b/js/url.js index f11d34b..385727a 100644 --- a/js/url.js +++ b/js/url.js @@ -1,5 +1,6 @@ var mUrl = mUrl || {}; + //songcxa 15801541129 mUrl.testtoken = "a49e4835f5184f0fb5d0aba2a30bca8b"; mUrl.testdeviceInfo = "868869021179618";//android @@ -117,7 +118,7 @@ mUrl.sendFreepark = cepath+'/push/sendFreeParkingSpace'; /*----------------------停车场接口 end*/ - + /*------------------------------- 更多模块 start------------------------------------*/ /*----会员卡 start---*/ @@ -148,24 +149,24 @@ mUrl.loginOut = cepath+'/user/logout';//退出登录 //个人信息目前无用 mUrl.upUpinfo = cepath+'/invoice/updateCustInvoiceInfo';//更新编辑抬头信息 mUrl.deleteUp = cepath+'/invoice/deleteCustInvoiceInfoByID';//删除发票抬头 mUrl.checkUpbyId = cepath+'/invoice/queryCustInvoiceInfoById';//根据id查询发票的抬头信息 - + mUrl.getallAddress = cepath+'/invoice/queryCustMailingAddressInfoList';//获取所有的地址 mUrl.addaddress = cepath+'/invoice/insertCustMailingAddressInfo';//地址新增 mUrl.Upaddress = cepath+'/invoice/updateCustomerMailingAddressInfo';//更新邮寄地址 mUrl.deleteaddress = cepath+'/invoice/deleteCustMailingAddressInfoByID';//删除一条邮寄地址 mUrl.checkAddress = cepath+'/invoice/queryCustMailingAddressInfoById';//'/invoice/queryCustrMailingAddressInfoById';//根据id查询出地址详情信息 - + //mUrl.vipkpList = cepath+'/invoice/queryVipCardTicketList';//获取会员卡开票列表[old] mUrl.vipkpList = cepath + '/invoice/queryRntPayOrderForInvoice';//获取会员卡开票列表[new] mUrl.kaipaioHistory = cepath + '/invoice/insertCustInvoiceHisInfo';//•记录客户开发票历史信息及开票历史详情信息 mUrl.queryAppOrgs = cepath + '/appOrg/queryAppOrgs';//获取区域列表songcxa mUrl.gethistorylist = cepath+'/invoice/queryCustInvoiceHistoryList';//获取所有的历史接口 - - + + mUrl.gKhisInfoByid = cepath+'/invoice/queryCustInvoiceHisInfoById';//根据id获取开票历史信息 mUrl.gethistoryDetail = cepath+'/invoice/queryCustInvoiceHisDetailInfoById';//•通过ID查询客户开票历史详情信息 - + /*---个人中心 end---*/