/action/openapi/blog_catalog_list
/action/openapi/blog_catalog_list
获取博客分类列表
URL
/action/openapi/blog_catalog_list
支持格式
JSON
HTTP请求方式
GET/POST
是否需要登录
否
访问授权限制
暂无
授权范围(scope)
访问博客信息
请求参数
必选 | 类型及范围 | 说明 | 默认值 | |
---|---|---|---|---|
access_token | true | string | oauth2_token获取的access_token | |
authoruid | true | int | 用户ID(authoruid authorname任选一种) | |
authoruname | true | string | 用户名(authoruid authorname任选一种) |
注意事项
暂无
返回结果
JSON
- {
- "blog_sys_catalog_list": [
- {
- "id": 122,
- "name": "asdf",
- "sort": 1
- }
- ],
- "blog_user_catalog_list": [
- {
- "id": 122,
- "name": "asdf",
- "sort": 1
- }
- ]
- }
返回字段说明
返回值字段 | 类型及范围 | 说明 |
---|---|---|
catalog.id | long | 分类id |
catalog.name | string | 分类名称 |
catalog.sort | int | 排列序号 |
错误说明