/action/openapi/comment_pub


/action/openapi/comment_pub

发表评论

URL

/action/openapi/comment_pub

支持格式

JSON JSONP XML

HTTP请求方式

GET/POST

是否需要登录

访问授权限制

password

授权范围(scope)

访问评论信息

请求参数

必选类型及范围说明默认值
access_tokentruestringoauth2_token获取的access_token
catalogtrueint表示将对哪一种元素类型发表评论, 1 — 新闻 2 — 帖子 3 — 动弹 4 — 消息中心的消息
idtruelong将要评论的id
contenttruestring回复内容

注意事项

暂无

返回结果

JSON

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

返回字段说明

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

错误说明