返回介绍

comment_reply

发布于 2024-06-22 21:25:04 字数 6022 浏览 0 评论 0 收藏 0

/action/openapi/comment_reply


/action/openapi/comment_reply 回复评论 URL /action/openapi/comment_reply 支持格式 JSON JSONP XML HTTP请求方式 GET/POST 是否需要登录 是 访问授权限制 password授权范围(scope) 访问评论信息 请求参数

必选类型及范围说明默认值
access_tokentruestringoauth2_token获取的access_token
idtruelong回复对象id:新闻、翻译id,帖子id,动弹id
catalogtruelong评论对象类型:1-新闻或翻译,2-帖子、问答,3-动弹,4-私信
contenttruestring回复内容
receiverfalselong被回复者id:要回复的此条评论的发布者的用户id
authoridfalselong被回复者id:要回复的此条评论的发布者的用户id
replyidfalselong被回复评论id:当前要回复的评论的id
isPostToMyZonefalseint动弹是否转发到我的空间,1-转发,0-不转发。catalog 为 3 使用
dataTypetruestring返回值类型['json'|'jsonp'|'xml']json

注意事项 1、catalog = 1 时:id 大于 10000000 则为翻译,所需参数为:access_token,id,catalog,content,authorid,replyid
2、catalog = 2 时,所需参数:access_token,id,catalog,content
3、catalog = 3 时,所需参数:access_token,id,catalog,content,authorid
4、catalog = 4 时,所需参数:access_token,catalog,content,authorid此时 id 为非必须 返回结果 JSON

{
    "error": "200", 
    "error_description": "操作成功完成"
}
{
    "error": "500", 
    "error_description": "评论内容不能为空"
}  
                        

返回字段说明

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

错误说明

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文