Admin-content-category
Api:/api/admin/content/category
Methods:GET, POST, PUT, DELETE
Permission:unlimited
Login auth:Yes
Request and parameters:
"""
Admin管理端category管理
GET:
1.获取指定的type的所有分类
type:<str>, 你设置的那几个类别中的类别,在config.py文件中category, 或者网站管理设置
2.获取所有的type
get_type:<int>, get_type为1
POST:
添加文集
name:<str>
type:<str>, 只能是你设置的那几个类别,在config.py文件中category, 或者网站管理设置
PUT:
修改文集
id:<str>, post category id
name:<str>
DELETE:
删除文集名称
ids:<array>, post category ids
*## Api文档说明