Admin-content-theme-category
Api:/api/admin/content/theme-category
Methods:GET, POST, PUT, DELETE
Permission:unlimited
Login auth:Yes
Request and parameters:
"""
GET:
action:<str>, 可以为get_category, get_category_type, 默认get_category
1.获取当前用户指定的type的所有category
action:<str>, 为get_category
type:<str>, 你设置的那几个类别中的类别,在config.py文件中category, 可在网站管理端设置的
2. 获取所有的type: config.py文件中category的所有CATEGORY TYPE
action:<str>, 为get_category_type
解释:
在分类中(category)又分为几种类型(type)
如: type为post有几个category
POST:
添加文集
name:<str>
type:<str>, 只能是你设置的那几个类别,在config.py文件中category, 或者网站管理设置
PUT:
修改文集
id:<str>, post category id
name:<str>
DELETE:
删除文集名称
ids:<array>, post category ids
*## Api文档说明