添加分类
POST
/adminapi/file/addCate请求参数
Body 参数application/x-www-form-urlencoded
type
string
必需
类型: 10=图片,20=视频,30=文件
pid
integer
父级 0=顶级
name
string
分类的名称
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
show
integer
必需
msg
string
必需
data
array
必需
示例成功示例
{
"code": 1,
"show": 0,
"msg": "添加成功",
"data": []
}
最后修改时间: 2 年前