On this page
取消or置顶帖子
接口URL
请求方式
POST
Content-Type
application/x-www-form-urlencoded
请求Header参数
参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 |
---|---|---|---|---|
token | eyj...Nj | String | 是 | 用户token |
schoolid | 11 | Integer | 是 | 网校id |
请求Body参数
参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 |
---|---|---|---|---|
id | 1 | Integer | 是 | 帖子id |
is_top | 0 | Integer | 是 | 置顶状态:0否1是 |
成功响应示例
json5
{
"msg": "ok",
"data": {
"id": 1,
"bbs_id": 1,
"content": "[{\"images\":[\"http://...png\"],\"text\":\"第一个帖子\"}]",
"user_id": 3,
"comment_count": 2,
"support_count": 0,
"is_top": 0,
"created_time": "2021-03-01T16:00:00.000Z",
"updated_time": "2021-03-02T14:38:07.000Z",
"userId": 3
},
"code": 20000
}