编辑分类
POST
api/v1/category/update
接口描述
编辑分类
请求头
参数名
类型
描述
必填
Authorization
string
用户代理身份的凭证
必填
请求参数
参数名
类型
描述
必填
id
int
分类ID
必填
name
string
分类名称
必填
sort
int
排序码
必填
parent
int
父分类ID
必填
path
string
分类路径,(例如,42,46,)
必填
type
int
类型,good-商品
必填
time
int
当前时间戳
必填
sign
string
签名,防止数据篡改
必填
响应参数
参数名
类型
描述
必填
status
int
错误码,0正确,其他表示有错误
必填
msg
string
提示信息
必填
datas
array
空
必填