/action/openapi/blog_pub
/action/openapi/blog_pub
发布博客
URL
/action/openapi/blog_pub
支持格式
JSON JSONP XML
HTTP请求方式
GET/POST
是否需要登录
是
访问授权限制
password
授权范围(scope)
访问博客信息
请求参数
必选 | 类型及范围 | 说明 | 默认值 | |
---|---|---|---|---|
access_token | true | string | oauth2_token获取的access_token | |
title | true | string | 博客标题 | |
content | true | string | 博客内容 | |
save_as_draft | false | int | 保存到草稿 是:1 否:0 | 0 |
catalog | false | string | 博客分类 | |
abstracts | false | string | 博客摘要 | |
tags | false | string | 博客标签,用逗号隔开 | |
classification | true | int | 系统博客分类 | 0 |
type | false | int | 原创:1、转载:4 | 1 |
origin_url | false | string | 转载的原文链接 | |
privacy | false | string | 公开:0、私有:1 | 0 |
deny_comment | false | string | 允许评论:0、禁止评论:1 | 0 |
auto_content | false | string | 自动生成目录:0、不自动生成目录:1 | 0 |
as_top | false | string | 非置顶:0、置顶:1 | 0 |
注意事项
暂无
返回结果
JSON
- {
- "error": 200,
- "error_description": "操作成功完成"
- }
- {
- "error": 500,
- "error_description": "内容不能为空"
- }
返回字段说明
返回值字段 | 类型及范围 | 说明 |
---|---|---|
error | string | 错误代码(200-操作成功,500-操作失败) |
error_description | string | 错误描述 |
错误说明