1.9评论-加载评论ForSp.md 1.69 KB

/* Title: 1.8 加载朋友圈评论和回复 Sort: 18 */

URL: http://comment.cnlive.com/services/commentForHdBySpId/loadComment?


请求方式: POST


返回格式: JSON


请求参数说明:

参数 必选 类型 说明
appId true string 应用ID
plat true string i=IOS客户端,a=Android客户端
id true string 主题ID
commentId true String 评论id
count true int 数量
sign true string 签名

返回格式说明:

{
    "errorCode": "0",
    "errorMessage": "成功",
    "data": {
        "comments": [{
            "id": "28",
            "pid": "10011",
            "uid": "145680",
            "nick": "sss",
            "facepath": "http://yweb0.cnliveimg.com/images/headImg/2018/0716/1531735082264.jpg",
            "content": "呦呦aa呦",
            "praise": "0",
            "created_at": "2018-12-20 15:45",
            "plat": "a"
        }, {
            "id": "21",
            "pid": "10011",
            "uid": "145680",
            "nick": "t",
            "facepath": "http://yweb0.cnliveimg.com/images/headImg/2018/0716/1531735082264.jpg",
            "content": "呦呦a呦",
            "praise": "0",
            "created_at": "2018-12-19 16:53",
            "plat": "a"
        }],
        "hasNext": "true"
    }
}