Commit 29ae26f66da76d4acca2ee50f2132d6c397639ed

Authored by liuqimichale
1 parent 313ce84a

gitignore

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