修改分类
POST
{{host}}/back/productcategory/edit
请求参数
参数名
类型
描述
必填
token
string
示例:4522e7f4-eb74-47c0-821d-9f6d0364619b
必填
id
int
示例:1
必填
name
string
示例:222
必填
status
int
状态,示例:1启用 0禁用
必填
thumb
string
示例:1212
必填
introduce
string
示例:1212
必填
sort
int
示例:2
必填
pid
int
父级id
必填
subname
string
副标题
必填
响应参数
参数名
类型
描述
必填
code
int
示例:1000
必填
msg
string
示例:修改成功
必填