Commit 29ae26f66da76d4acca2ee50f2132d6c397639ed

Authored by liuqimichale
1 parent 313ce84a

gitignore

Showing 1 changed file with 7 additions and 6 deletions
js/url.js
1 var mUrl = mUrl || {}; 1 var mUrl = mUrl || {};
2 2
  3 +
3 //songcxa 15801541129 4 //songcxa 15801541129
4 mUrl.testtoken = "a49e4835f5184f0fb5d0aba2a30bca8b"; 5 mUrl.testtoken = "a49e4835f5184f0fb5d0aba2a30bca8b";
5 mUrl.testdeviceInfo = "868869021179618";//android 6 mUrl.testdeviceInfo = "868869021179618";//android
@@ -117,7 +118,7 @@ mUrl.sendFreepark = cepath+'/push/sendFreeParkingSpace'; @@ -117,7 +118,7 @@ mUrl.sendFreepark = cepath+'/push/sendFreeParkingSpace';
117 118
118 /*----------------------停车场接口 end*/ 119 /*----------------------停车场接口 end*/
119 120
120 - 121 +
121 /*------------------------------- 更多模块 start------------------------------------*/ 122 /*------------------------------- 更多模块 start------------------------------------*/
122 123
123 /*----会员卡 start---*/ 124 /*----会员卡 start---*/
@@ -148,24 +149,24 @@ mUrl.loginOut = cepath+'/user/logout';//退出登录 //个人信息目前无用 @@ -148,24 +149,24 @@ mUrl.loginOut = cepath+'/user/logout';//退出登录 //个人信息目前无用
148 mUrl.upUpinfo = cepath+'/invoice/updateCustInvoiceInfo';//更新编辑抬头信息 149 mUrl.upUpinfo = cepath+'/invoice/updateCustInvoiceInfo';//更新编辑抬头信息
149 mUrl.deleteUp = cepath+'/invoice/deleteCustInvoiceInfoByID';//删除发票抬头 150 mUrl.deleteUp = cepath+'/invoice/deleteCustInvoiceInfoByID';//删除发票抬头
150 mUrl.checkUpbyId = cepath+'/invoice/queryCustInvoiceInfoById';//根据id查询发票的抬头信息 151 mUrl.checkUpbyId = cepath+'/invoice/queryCustInvoiceInfoById';//根据id查询发票的抬头信息
151 - 152 +
152 mUrl.getallAddress = cepath+'/invoice/queryCustMailingAddressInfoList';//获取所有的地址 153 mUrl.getallAddress = cepath+'/invoice/queryCustMailingAddressInfoList';//获取所有的地址
153 mUrl.addaddress = cepath+'/invoice/insertCustMailingAddressInfo';//地址新增 154 mUrl.addaddress = cepath+'/invoice/insertCustMailingAddressInfo';//地址新增
154 mUrl.Upaddress = cepath+'/invoice/updateCustomerMailingAddressInfo';//更新邮寄地址 155 mUrl.Upaddress = cepath+'/invoice/updateCustomerMailingAddressInfo';//更新邮寄地址
155 mUrl.deleteaddress = cepath+'/invoice/deleteCustMailingAddressInfoByID';//删除一条邮寄地址 156 mUrl.deleteaddress = cepath+'/invoice/deleteCustMailingAddressInfoByID';//删除一条邮寄地址
156 mUrl.checkAddress = cepath+'/invoice/queryCustMailingAddressInfoById';//'/invoice/queryCustrMailingAddressInfoById';//根据id查询出地址详情信息 157 mUrl.checkAddress = cepath+'/invoice/queryCustMailingAddressInfoById';//'/invoice/queryCustrMailingAddressInfoById';//根据id查询出地址详情信息
157 - 158 +
158 //mUrl.vipkpList = cepath+'/invoice/queryVipCardTicketList';//获取会员卡开票列表[old] 159 //mUrl.vipkpList = cepath+'/invoice/queryVipCardTicketList';//获取会员卡开票列表[old]
159 mUrl.vipkpList = cepath + '/invoice/queryRntPayOrderForInvoice';//获取会员卡开票列表[new] 160 mUrl.vipkpList = cepath + '/invoice/queryRntPayOrderForInvoice';//获取会员卡开票列表[new]
160 mUrl.kaipaioHistory = cepath + '/invoice/insertCustInvoiceHisInfo';//•记录客户开发票历史信息及开票历史详情信息 161 mUrl.kaipaioHistory = cepath + '/invoice/insertCustInvoiceHisInfo';//•记录客户开发票历史信息及开票历史详情信息
161 mUrl.queryAppOrgs = cepath + '/appOrg/queryAppOrgs';//获取区域列表songcxa 162 mUrl.queryAppOrgs = cepath + '/appOrg/queryAppOrgs';//获取区域列表songcxa
162 163
163 mUrl.gethistorylist = cepath+'/invoice/queryCustInvoiceHistoryList';//获取所有的历史接口 164 mUrl.gethistorylist = cepath+'/invoice/queryCustInvoiceHistoryList';//获取所有的历史接口
164 -  
165 - 165 +
  166 +
166 mUrl.gKhisInfoByid = cepath+'/invoice/queryCustInvoiceHisInfoById';//根据id获取开票历史信息 167 mUrl.gKhisInfoByid = cepath+'/invoice/queryCustInvoiceHisInfoById';//根据id获取开票历史信息
167 mUrl.gethistoryDetail = cepath+'/invoice/queryCustInvoiceHisDetailInfoById';//•通过ID查询客户开票历史详情信息 168 mUrl.gethistoryDetail = cepath+'/invoice/queryCustInvoiceHisDetailInfoById';//•通过ID查询客户开票历史详情信息
168 - 169 +
169 /*---个人中心 end---*/ 170 /*---个人中心 end---*/
170 171
171 172