更新分类
POST
http://localhost:8080/api/product/category/update
接口描述
更新分类信息
请求参数
参数名
类型
描述
必填
categoryid
string
修改的分类的id
必填
name
string
名称
可选
parentCid
string
父分类id
可选
level
string
层级
可选
productCount
string
商品数量
可选
sort
string
排序
可选
showstatus
string
显示状态
可选
响应参数
参数名
类型
描述
必填
msg
string
示例:success
必填
code
int
示例:0
必填