1.3 评论-评论列表.md 2.02 KB

/* Title: 1.3 评论列表 Sort: 13 */

URL: http://api.cnlive.com/open/api/commentServices/commentForHd/readAllComment?sp_id=xxx&...


请求方式: POST


返回格式: JSON


请求参数说明:

参数 必选 类型 说明
sp_id true string 服务提供商ID
id true string 节目ID
page true string 页号
pageSize true string 每页显示的条数
plat true string 客户端平台[i:IOS客户端,a:Android客户端]
sign true string 签名

返回格式说明:

{
    "next_cursor": "0",
    "previous_cursor": "0",
    "total_number": "1",  总页数
    "total_columns": "1", 总条数
    "comments": [
        {
            "id": "11",                                 
            "pid": "17",
            "uid": "145680",
            "nick": "nicknick",
            "facepath": "http://www.cnlive.com",
            "content": "我爱宠物第一条评论",
            "created_at": "2014-05-29 10:35",
            "praise":"2",
            "plat": "i"
        },
        {
            "id": "12",
            "pid": "17",
            "uid": "145680",
            "nick": "nicknick",
            "facepath": "http://www.cnlive.com",
            "content": "我爱宠物第一条评论",
            "created_at": "2014-05-29 10:35",
            "praise":"5",
            "plat": "i"
        }
    ]

}