返回介绍

blog_comment_list

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

/action/openapi/blog_comment_list


/action/openapi/blog_comment_list 获取博客评论列表 URL /action/openapi/blog_comment_list 支持格式 JSON JSONP XML HTTP请求方式 GET/POST 是否需要登录 否 访问授权限制 暂无授权范围(scope) 访问博客信息 请求参数
必选类型及范围说明默认值
access_tokentruestringoauth2_token获取的access_token
idtrueint博客id
page/pageIndextrueint页数1
pageSizetrueint每页条数20
dataTypetruestring返回数据类型['json'|'jsonp'|'xml']json
注意事项 暂无 返回结果 JSON
{
    "count": 11, 
    "commentlist": [
        {
            "content": "alksdjf", 
            "id": 276346713, 
            "pubDate": "2013-10-14 14:53:56", 
            "author": "彭博", 
            "appClient": 2, 
            "authorid": 89964, 
            "portrait": "https://www.wenjiangs.com/wp-content/uploads/2024/docimg4/1794-4mc1vyly2wg.jpg?t=1376365607000"
        }, 
        {
            "content": "alksdjf", 
            "id": 276346609, 
            "pubDate": "2013-10-14 14:45:14", 
            "author": "彭博", 
            "appClient": 2, 
            "authorid": 89964, 
            "refers": [
                {
                    "body": "

alksdjf

", "title": "引用来自“彭博”的评论" } ], "portrait": "https://www.wenjiangs.com/wp-content/uploads/2024/docimg4/1794-4mc1vyly2wg.jpg?t=1376365607000" } ], "notice": { "replyCount": 0, "msgCount": 0, "fansCount": 0, "referCount": 0 } }
返回字段说明
返回值字段类型及范围说明
commentlist.idint评论ID
commentlist.contentstring评论内容
commentlist.pubDatedatetime发布日期
commentlist.appClientint1-WEB、2-WAP、3-Android、4-IOS、5-WP
commentlist.authorstring评论人姓名
commentlist.authoridint评论人ID
commentlist.portraitint评论人头像
commentlist.refers.titlestring评论中引用的标题
commentlist.refers.bodystring评论中引用的内容
错误说明

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

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

发布评论

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