/action/openapi/comment_delete
/action/openapi/comment_delete
删除评论
URL
/action/openapi/comment_delete
支持格式
JSON JSONP XML
HTTP请求方式
GET/POST
是否需要登录
是
访问授权限制
password
授权范围(scope)
访问评论信息
请求参数
必选 | 类型及范围 | 说明 | 默认值 | |
---|---|---|---|---|
access_token | true | string | oauth2_token获取的access_token | |
catalog | true | long | 评论对象类型:1-新闻或翻译,2-帖子、问答,3-动弹,4-私信 | |
id | true | long | 对象id:新闻、翻译id,帖子id,动弹id | |
replyid | true | long | 当前要回复的评论的id | |
authorid | true | long | 回复的此条评论的发布者的用户id | |
dataType | true | string | 返回值类型['json'|'jsonp'|'xml'] | json |
注意事项
1、catalog = 1 时:id 大于 10000000 则为翻译,所需参数为:access_token,id,replyid id小于10000000 则是新闻,所需参数为:access_token,id,replyid,authorid2、catalog = 2 时,所需参数:access_token,id,authorid,replyid3、catalog = 3 时,所需参数:access_token,id,replyid4、catalog = 4 时,所需参数:access_token,id或replyid(id或replayid都为私信id)
返回结果
JSON
- {
- "error": {
- "code": 200,
- "msg": "操作成功完成"
- }
- }
返回字段说明
返回值字段 | 类型及范围 | 说明 |
---|---|---|
code | string | 错误代码(200-操作成功,500-操作失败) |
msg | string | 错误描述 |
错误说明