帖子详情-回帖内容

GET /posts/:id/comments
参数 类型 是否必须 说明
Access-Token 字符型 可选 用户token

Url-Parameters

参数 类型 是否必须 范围 说明
id 整型 必须 正整数 帖子ID

Parameters

参数 类型 是否必须 默认值 范围 说明
offset 整型 可选 0 正整数 当前起始数
limit 整型 可选 20 正整数 每页数量
floor 整型 可选 1 正整数 楼层数,楼主为1,V1.2.1暂时没有楼中楼功能,此处默认 1

Response

参数 类型 说明
reply.comment string 回复内容
reply.user_id int 回帖人ID
reply.user_name string 回帖人昵称
reply.create_time date 回帖时间
reply.floor int 楼层数
reply.approved bool 是否点赞(TRUE已点赞)
reply.approved_num int 点赞数
reply_count int 回帖数
reply.reply_floor int 被回帖人所在楼层,V1.2.1版本都是1,即楼主
reply.replies_id int 被回帖人ID,楼主是NULL
reply.replies_name string 被回帖人昵称,楼主是NULL
200
{
    "reply_count": 11,
    "paging": {
        "first": "localhost:800/posts/346/comments?limit=2&offset=0&floor=1",
        "previous": "localhost:800/posts/346/comments?limit=2&offset=0&floor=1",
        "next": "localhost:800/posts/346/comments?limit=2&offset=2&floor=1",
        "final": "localhost:800/posts/346/comments?limit=2&offset=10&floor=1"
    },
    "reply": [
        {
            "approved": false,
            "approved_num": "0",
            "user_id": "139",
            "comment": "6666666",
            "floor": "2",
            "create_time": "2017-07-28T10:41:25Z",
            "reply_floor": "1",
            "user_name": "三木31",
            "replies_id": "3",
            "replies_name": "午安网"
        },
        ...
    ]

}

results matching ""

    No results matching ""