完善商品提交信息

This commit is contained in:
wangxiaowei
2025-05-21 17:57:38 +08:00
parent 5b77884d90
commit d9ffaa6b4e
6 changed files with 707 additions and 426 deletions

View File

@ -26,6 +26,6 @@ export function apiGoodsDetail(params: any) {
}
// 商品分类列表
export function checkCategory(params: any) {
return request.post({ url: '/goodsCategory/checkCategory', params })
export function checkCategory() {
return request.post({ url: '/goodsCategory/checkCategory' })
}