- 认证接口
- 个人信息
- 新闻
- 帖子
- 动弹
- 博客
- 评论
- 收藏
- 软件
- 私信
- 搜索
- 通知
文章来源于网络收集而来,版权归原创者所有,如有侵权请及时联系!
comment_list
/action/openapi/comment_list
/action/openapi/comment_list 获取评论列表 URL /action/openapi/comment_list 支持格式 JSON JSONP XML HTTP请求方式 GET/POST 是否需要登录 否 访问授权限制 暂无授权范围(scope) 访问评论信息 请求参数
必选 | 类型及范围 | 说明 | 默认值 | |
---|---|---|---|---|
id | true | int | 新闻ID/翻译ID/帖子ID/动弹ID/用户ID(私信中跟当前用户来往的ID)/博客ID | -1 |
catalog | true | int | 1-新闻/翻译|2-帖子|3-动弹|4-消息(私信 必须access_token)|5-博客 | -1 |
access_token | false | string | oauth2_token获取的access_token | |
page/pageIndex | true | int | 页数 | 1 |
pageSize | true | int | 每页条数 | 20 |
dataType | true | string | 返回数据类型['json'|'jsonp'|'xml'] | json |
注意事项 catalog为4的时候 查看私信列表必须提供access_token 返回结果 JSON
{ "notice": { "replyCount": 0, "msgCount": 0, "fansCount": 0, "referCount": 0 }, "commentList": [ { "content": "引用来自“张艺辰”的答案
发fdsfsafdasfdsafds", "id": 174745, "pubDate": "2013-10-09 15:24:28.0", "client_type": 1, "replies": [ ], "commentAuthor": "张艺辰", "commentAuthorId": 253479, "refers": [ { "refertitle": "引用来自“张艺辰”的答案", "referbody": " 发 " } ] }, { "content": "发", "id": 174742, "pubDate": "2013-10-09 10:39:07.0", "client_type": 1, "replies": [ { "rauthor": "张艺辰", "rpubDate": "2013-10-09 10:39:07.0", "rauthorId": 253479, "rcontent": "发" } ], "commentAuthor": "张艺辰", "commentAuthorId": 253479 } ] }
返回字段说明
返回值字段 | 类型及范围 | 说明 |
---|---|---|
commentList.id | int | 评论ID |
commentList.content | string | 评论内容 |
commentList.pubDate | datetime | 发布日期 |
commentList.client_type | int | 1-WEB、2-WAP、3-Android、4-IOS、5-WP |
commentList.commentAuthor | string | 评论人 |
commentList.commentAuthorId | int | 评论人ID |
commentList.commentPortrait | int | 评论人头像 |
commentList.refers.refertitle | string | 评论中引用的标题 |
commentList.refers.referbody | string | 评论中引用的内容 |
commentList.replies.rauthor | string | 帖子中评论 评论 的人 |
commentList.replies.rpubDate | datetime | 帖子中评论 评论 的时间 |
commentList.replies.rauthorId | int | 帖子中评论 评论 的人的ID |
commentList.replies.rcontent | string | 帖子中评论 评论 的内容 |
错误说明
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论