Page History

0678

Last edited by 郑超

返回

读取朋友圈某条动态的点赞列表

视讯云URL http://console.open.cnlive.com/open/doc/api/26d21716-a7d1-4803-ba6e-a43e50245c6a


请求方式: HTTP POST


请求参数说明:

参数名 参数类型 必选 参数说明
appId String true 应用ID
plat String true i=IOS客户端,a=Android客户端
id String true 主题ID
sid String false 用户ID
page String true 页号
pageSize String true 每页显示的条数
sign String true 签名

返回格式样例:

{
    "errorCode": "0",
    "errorMessage": "成功",
    "data": {
        "next_cursor": "0",
        "previous_cursor": "0",
        "total_number": "1",
        "total_columns": "2",
        "praised": "true",
        "comments": [{
            "commentId": "1",
            "fromSid": "10011",         
            "fromNick": "xxxxx",
            "fromFace": "xxxxx",
            "created_at": "2018-03-07 13:00",
            "plat": "a",
            "type": "praise"
        }, {
            "commentId": "2",
            "fromSid": "10011",
            "fromNick": "xxxxx",
            "fromFace": "xxxxx",
            "created_at": "2018-03-07 13:10",
            "plat": "a",
            "type": "praise"
        }]
    }
}