修改商品规格

This commit is contained in:
wangxiaowei
2025-05-29 23:41:48 +08:00
parent d9ffaa6b4e
commit c1cae803e0
16 changed files with 2782 additions and 713 deletions

View File

@ -28,4 +28,9 @@ export function apiGoodsDetail(params: any) {
// 商品分类列表
export function checkCategory() {
return request.post({ url: '/goodsCategory/checkCategory' })
}
}
// 商品上传图片
export function uploadImage(params: any) {
return request.post({ url: '/upload/image', params })
}