On this page
获取帖子详情
接口URL
请求方式
GET
Content-Type
none
请求Header参数
参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 |
---|---|---|---|---|
token | 36040cbcde65e482739afca7a5465ab750c1c5d5 | String | 否 | 用户token |
路径变量
参数名 | 示例值 | 参数描述 |
---|---|---|
id | 1766 | 帖子ID |
成功响应示例
json
{
"code": 1,
"msg": "ok",
"data": {
"id": 1766,
"user_id": 1667,
"title": "在ThinkPHP 6中,如果你想从content字段中截取部分内容来设置为标题title,你可以使用字符串处理函数来实现。以下是一个简单的例子,展示了如何在模型或控制器中完成这个任务:假设你有一个文...",
"content": "在ThinkPHP 6中,如果你想从content字段中截取部分内容来设置为标题title,你可以使用字符串处理函数来实现。以下是一个简单的例子,展示了如何在模型或控制器中完成这个任务:假设你有一个文章内容保存在content字段中,你想从中截取前100个字符作为标题。",
"images": [
"http://127.0.0.1:8000/storage/uploads/b06f4eed45b5fd11157f5a83b34a1cd8.jpeg",
"http://127.0.0.1:8000/storage/uploads/b06f4eed45b5fd11157f5a83b34a1cd8.jpeg"
],
"url": "",
"category_id": 1,
"topic_id": 2,
"share_count": 0,
"ding_count": 10,
"cai_count": 0,
"comment_count": 0,
"read_count": 4,
"collect_count": 0,
"create_time": "2024-01-02 22:21:37",
"update_time": "2024-04-07 01:04:52",
"name": "18634616461",
"avatar": null,
"user_status": 1,
"topic_name": "鬼畜中心",
"user_support_action": "",
"isfollow": false,
"isCollect": false
}
}
错误响应示例
json
{
"code": 0,
"msg": "没有找到数据",
"data": null
}