添加商品
POST
http://localhost:8080/api/product/product/add
接口描述
添加商品
请求参数
参数名
类型
描述
必填
name
string
商品名称
必填
image
string
商品图片
必填
description
string
商品描述
必填
brandId
int
品牌id
必填
catelogId
int
分类id
必填
minPrice
string
最低价格
必填