更新商品基本信息
POST
http://localhost:8080/api/product/product/update
请求参数
参数名
类型
描述
必填
productId
int
示例:14
必填
name
string
示例:小米13
可选
image
string
示例:no
可选
description
string
示例:no
可选
brandId
int
示例:1
可选
catelogId
int
示例:16
可选
minPrice
int
示例:4600
可选