On this page
查看帖子
接口URL
请求方式
GET
Content-Type
application/x-www-form-urlencoded
请求Header参数
参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 |
---|---|---|---|---|
appid | bd9d01ecc75dbbaaefce | String | 是 | 网校唯一appid |
token | eyj...Nj | String | 否 | 认证令牌 |
请求Query参数
参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 |
---|---|---|---|---|
id | 1 | Integer | 是 | 帖子ID |
成功响应示例
json5
{
"msg": "ok",
"data": {
"id": 1,
"desc": {
"images": [
"http://...png",
"http://...png"
],
"text": "第一个帖子"
},
"content": "[{\"images\":[\"http://...png\"],\"text\":\"第一个帖子\"}]",
"user_id": 3,
"comment_count": 5,
"support_count": 2,
"is_top": 0,
"created_time": "2021-03-02 00:00:00",
"user": {
"id": 3,
"avatar": "",
"sex": "未知",
"name": "ceshi2"
},
"issupport": false
},
"code": 20000
}