post.get_post_base

帖子详情-发帖内容

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

Url-Parameters

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

Response

参数 类型 说明
id int 帖子ID
title string 标题
content string 内容
create_time date 发帖时间
sticky bool 是否置顶(TRUE已置顶)
lock bool 是否锁定(TRUE已锁定)
post.approved bool 是否点赞(TRUE已点赞)
post.approved_num int 点赞数
post.collected bool 是否收藏(TRUE已收藏)
post.collected_num int 收藏数
image_url string 帖子内容图片,用于安卓端
group - -
id int 星球ID,获取星球详情再调用B6
author - -
id int 发帖人ID
name string 发帖人昵称
avatar_url string 发帖人头像
200
{
    "id": "1",
    "title": "通过接口编辑",
    "content": "成功",
    "create_time": "2017-07-20T12:50:30.176Z",
    "sticky": 0,
    "lock": TRUE,
    "approved": TRUE,
    "approved_num": "0",
    "collected": TRUE,
    "collected_num": "0",
    "image_url": [
         {}
     ],
    "group": {
        "id": "2"
    },
    "author": {
        "id": "58",
        "name": "xiaochao_php",
        "avatar_url": "http://7xlx4u.com1.z0.glb.clouddn.com/o_1b34pfog9v161kdlkkm1kt41f697.jpg?imageView2/1/w/100/h/100"
    }
}


400
{
    "error": "查看帖子详情失败"
}

403
{
    "error": "私密帖子。无法查看"
}

404
{
    "error": "帖子不存在"
}

410
{
    "error": "帖子已被删除"
}

results matching ""

    No results matching ""