code review:门店自提、快递运费

(cherry picked from commit 60c1604d49)
This commit is contained in:
YunaiV
2023-06-03 19:52:14 +08:00
committed by shizhong
parent a29421dd41
commit 16c518e18a
5 changed files with 51 additions and 25 deletions

View File

@ -52,8 +52,3 @@ export const updateDeliveryExpressTemplate = async (data: DeliveryExpressTemplat
export const deleteDeliveryExpressTemplate = async (id: number) => {
return await request.delete({ url: '/trade/delivery/express-template/delete?id=' + id })
}
// 导出快递运费模板 Excel
export const exportDeliveryExpressTemplateApi = async (params) => {
return await request.download({ url: '/trade/delivery/express-template/export-excel', params })
}