正在显示
1 个修改的文件
包含
6 行增加
和
6 行删除
1 | import axios from 'axios' | 1 | import axios from 'axios' |
2 | import http from "../http"; | 2 | import http from "../http"; |
3 | 3 | ||
4 | -let baseServiceURL = 'cross-border-service' | 4 | +//let baseServiceURL = 'cross-border-service' |
5 | let baseServiceURL2 = 'wlpt-cbed-system' | 5 | let baseServiceURL2 = 'wlpt-cbed-system' |
6 | 6 | ||
7 | 7 | ||
8 | 8 | ||
9 | //订单列表 | 9 | //订单列表 |
10 | -export const selectLists = params => { return axios.get(`${baseServiceURL}/ExportOrderDeclaration/selectLists`, { params: params }); }; | 10 | +export const selectLists = params => { return axios.get(`${baseServiceURL2}/ExportOrderDeclaration/selectLists`, { params: params }); }; |
11 | //订单申报 | 11 | //订单申报 |
12 | -export const sendOrder = params => { return http.post(`${baseServiceURL}/ExportOrderDeclaration/sendOrder`, params); }; | 12 | +export const sendOrder = params => { return http.post(`${baseServiceURL2}/ExportOrderDeclaration/sendOrder`, params); }; |
13 | //上传EXCEL | 13 | //上传EXCEL |
14 | -export const importExcel = params => { return http.postExcelData(`${baseServiceURL}/import/importExcel`, params); }; | 14 | +export const importExcel = params => { return http.postExcelData(`${baseServiceURL2}/import/importExcel`, params); }; |
15 | //订单批量申报 | 15 | //订单批量申报 |
16 | -export const batchOrder = params => { return http.post(`${baseServiceURL}/ExportOrderDeclaration/batchOrder`, params); }; | 16 | +export const batchOrder = params => { return http.post(`${baseServiceURL2}/ExportOrderDeclaration/batchOrder`, params); }; |
17 | //订单批量导入申报 | 17 | //订单批量导入申报 |
18 | -export const batchOrderImport = params => { return http.postExcelData(`${baseServiceURL}/ExportOrderDeclaration/batchOrderImport`, params); }; | 18 | +export const batchOrderImport = params => { return http.postExcelData(`${baseServiceURL2}/ExportOrderDeclaration/batchOrderImport`, params); }; |
19 | //清单批量申报 | 19 | //清单批量申报 |
20 | export const eldhBatchDeclare = params => { return http.post(`${baseServiceURL2}/ExportListDeclaration/eldhBatchDeclare`, params); }; | 20 | export const eldhBatchDeclare = params => { return http.post(`${baseServiceURL2}/ExportListDeclaration/eldhBatchDeclare`, params); }; |
21 | //清单批量导入申报 | 21 | //清单批量导入申报 |
-
请 注册 或 登录 后发表评论