/action/openapi/blog_catalog_list


/action/openapi/blog_catalog_list

获取博客分类列表

URL

/action/openapi/blog_catalog_list

支持格式

JSON

HTTP请求方式

GET/POST

是否需要登录

访问授权限制

暂无

授权范围(scope)

访问博客信息

请求参数

必选类型及范围说明默认值
access_tokentruestringoauth2_token获取的access_token
authoruidtrueint用户ID(authoruid authorname任选一种)
authorunametruestring用户名(authoruid authorname任选一种)

注意事项

暂无

返回结果

JSON

  1. {
  2. "blog_sys_catalog_list": [
  3. {
  4. "id": 122,
  5. "name": "asdf",
  6. "sort": 1
  7. }
  8. ],
  9. "blog_user_catalog_list": [
  10. {
  11. "id": 122,
  12. "name": "asdf",
  13. "sort": 1
  14. }
  15. ]
  16. }

返回字段说明

返回值字段类型及范围说明
catalog.idlong分类id
catalog.namestring分类名称
catalog.sortint排列序号

错误说明