/action/openapi/blog_pub


/action/openapi/blog_pub

发布博客

URL

/action/openapi/blog_pub

支持格式

JSON JSONP XML

HTTP请求方式

GET/POST

是否需要登录

访问授权限制

password

授权范围(scope)

访问博客信息

请求参数

必选类型及范围说明默认值
access_tokentruestringoauth2_token获取的access_token
titletruestring博客标题
contenttruestring博客内容
save_as_draftfalseint保存到草稿 是:1 否:00
catalogfalsestring博客分类
abstractsfalsestring博客摘要
tagsfalsestring博客标签,用逗号隔开
classificationtrueint系统博客分类0
typefalseint原创:1、转载:41
origin_urlfalsestring转载的原文链接
privacyfalsestring公开:0、私有:10
deny_commentfalsestring允许评论:0、禁止评论:10
auto_contentfalsestring自动生成目录:0、不自动生成目录:10
as_topfalsestring非置顶:0、置顶:10

注意事项

暂无

返回结果

JSON

  1. {
  2. "error": 200,
  3. "error_description": "操作成功完成"
  4. }
  5. {
  6. "error": 500,
  7. "error_description": "内容不能为空"
  8. }
  9.  

返回字段说明

返回值字段类型及范围说明
errorstring错误代码(200-操作成功,500-操作失败)
error_descriptionstring错误描述

错误说明