mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-20 18:05:53 +08:00
提交促销以己部分页面商家端功能迁移,接口对接
This commit is contained in:
@@ -130,7 +130,7 @@ export const addShipTemplate = (params, headers) => {
|
||||
return postRequest(`/setting/freightTemplate`, params, headers)
|
||||
}
|
||||
|
||||
//新增运费模板
|
||||
//编辑运费模板
|
||||
export const editShipTemplate = (id, params, headers) => {
|
||||
return putRequest(`/setting/freightTemplate/${id}`, params, headers)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user