添加分类
POST
http://localhost:8080/api/product/category/save
接口描述
添加分类
请求参数
参数名
类型
描述
必填
name
string
示例:服饰
必填
parentCid
int
示例:0
必填
level
int
示例:1
可选
productCount
int
示例:0
可选
sort
int
示例:0
可选
响应参数
参数名
类型
描述
必填
msg
string
示例:添加成功
必填
code
int
示例:0
必填