Merge branch 'main' of https://git.yuzhankeji.cn/TmOct5/barter-app
This commit is contained in:
@@ -87,6 +87,21 @@ const managesGoodsCreate = (data) => {
|
||||
})
|
||||
}
|
||||
|
||||
// 发布产品类目
|
||||
const managesCategory = () => {
|
||||
return request({
|
||||
url: 'manages/goods/category'
|
||||
})
|
||||
}
|
||||
|
||||
// 发布产品类目类型配置
|
||||
const managesCreate = (data) => {
|
||||
return request({
|
||||
url: 'manages/goods/create',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
export {
|
||||
mall,
|
||||
list,
|
||||
@@ -97,5 +112,7 @@ export {
|
||||
managesGoodsOnsale,
|
||||
managesGoodsOffsale,
|
||||
managesGoodsCreateBefore,
|
||||
managesGoodsCreate
|
||||
managesGoodsCreate,
|
||||
managesCategory,
|
||||
managesCreate
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user