...
|
...
|
@@ -14,7 +14,7 @@ const apiUrl = { |
|
|
updateSellerPrice: '/platform/updateSellerPrice',
|
|
|
queryProdSizeList: '/platform/queryProdSizeList',
|
|
|
saveProdSizeInfo: '/platform/saveProdSizeInfo',
|
|
|
todooutput: '/platform/todooutput',
|
|
|
exportSellerProductList: '/platform/exportSellerProductList',
|
|
|
getSellerAllSortInfo: '/platform/getSellerAllSortInfo'
|
|
|
};
|
|
|
|
...
|
...
|
@@ -72,7 +72,7 @@ const productService = { |
|
|
},
|
|
|
|
|
|
exportProductFile(params) {
|
|
|
return axios.post(apiUrl.todooutput, params).then(result => {
|
|
|
return axios.post(apiUrl.exportSellerProductList, params).then(result => {
|
|
|
if (result.status === 200) {
|
|
|
return result.data;
|
|
|
}
|
...
|
...
|
|