完善添加商家

This commit is contained in:
wangxiaowei
2025-05-20 18:09:13 +08:00
parent c1739d4e5d
commit 5b77884d90
10 changed files with 862 additions and 127 deletions

View File

@ -23,4 +23,9 @@ export function apiGoodsDelete(params: any) {
// 商品主表详情
export function apiGoodsDetail(params: any) {
return request.get({ url: '/goods/detail', params })
}
// 商品分类列表
export function checkCategory(params: any) {
return request.post({ url: '/goodsCategory/checkCategory', params })
}