|
|
@@ -36,7 +36,7 @@ export function listPromotionOrder(query) {
|
|
|
// 查询健康商城订单列表
|
|
|
export function listHealthStoreOrder(query, param) {
|
|
|
return request({
|
|
|
- url: '/store/store/storeOrder/healthList',
|
|
|
+ url: '/store/store/healthStoreOrder/healthList',
|
|
|
method: 'post',
|
|
|
params: param,
|
|
|
data: query
|
|
|
@@ -45,7 +45,7 @@ export function listHealthStoreOrder(query, param) {
|
|
|
|
|
|
export function downloadOrderExcel(id) {
|
|
|
return request({
|
|
|
- url: `/store/store/storeOrder/downloadExcel/${id}`,
|
|
|
+ url: `/store/store/healthStoreOrder/downloadExcel/${id}`,
|
|
|
method: 'get',
|
|
|
responseType: 'blob', // 重要:告诉axios返回Blob类型
|
|
|
headers: {
|
|
|
@@ -155,18 +155,18 @@ export function exportStoreOrderDetails(query) {
|
|
|
// 导出订单
|
|
|
export function exportHealthStoreOrder(query) {
|
|
|
return request({
|
|
|
- url: '/store/store/storeOrder/healthExport',
|
|
|
- method: 'get',
|
|
|
- params: query
|
|
|
+ url: '/store/store/healthStoreOrder/healthExport',
|
|
|
+ method: 'post',
|
|
|
+ data: query
|
|
|
})
|
|
|
}
|
|
|
|
|
|
// 导出订单
|
|
|
export function exportHealthStoreOrderDetails(query) {
|
|
|
return request({
|
|
|
- url: '/store/store/storeOrder/healthExportDetails',
|
|
|
- method: 'get',
|
|
|
- params: query
|
|
|
+ url: '/store/store/healthStoreOrder/healthExportDetails',
|
|
|
+ method: 'post',
|
|
|
+ data: query
|
|
|
})
|
|
|
}
|
|
|
|
|
|
@@ -209,7 +209,7 @@ export function exportStoreOrderItemsDetails(query) {
|
|
|
// 导出订单
|
|
|
export function exportHealthStoreOrderItems(query) {
|
|
|
return request({
|
|
|
- url: '/store/store/storeOrder/healthExportItems',
|
|
|
+ url: '/store/store/healthStoreOrder/healthExportItems',
|
|
|
method: 'get',
|
|
|
params: query
|
|
|
})
|
|
|
@@ -218,7 +218,7 @@ export function exportHealthStoreOrderItems(query) {
|
|
|
// 导出订单
|
|
|
export function exportHealthStoreOrderItemsDetails(query) {
|
|
|
return request({
|
|
|
- url: '/store/store/storeOrder/healthExportItemsDetails',
|
|
|
+ url: '/store/store/healthStoreOrder/healthExportItemsDetails',
|
|
|
method: 'get',
|
|
|
params: query
|
|
|
})
|
|
|
@@ -337,7 +337,7 @@ export function orderDimensionStatisticsExport(query) {
|
|
|
|
|
|
export function importDeliveryNoteExpressTemplate() {
|
|
|
return request({
|
|
|
- url: '/store/store/storeOrder/importDeliveryNoteExpressTemplate',
|
|
|
+ url: '/store/store/healthStoreOrder/importDeliveryNoteExpressTemplate',
|
|
|
method: 'get'
|
|
|
})
|
|
|
}
|
|
|
@@ -360,7 +360,7 @@ export function updateCommentInfo(data) {
|
|
|
|
|
|
export function importCodeExpressTemplate() {
|
|
|
return request({
|
|
|
- url: '/store/store/storeOrder/importCodeNoteExpressTemplate',
|
|
|
+ url: '/store/store/healthStoreOrder/importCodeNoteExpressTemplate',
|
|
|
method: 'get'
|
|
|
})
|
|
|
}
|