~~~[api]
get:/interflow/show
*int:id= #帖子ID
<<<
success
{
"id": 1,
"type": "text",
"category_id": 10,
"uid": null,
"content": null,
"pictures": null,
"video": null,
"view": 0,
"comment_count": 0,
"zan_count": 0,
"created_at": "2021-03-30 22:25:21",
"updated_at": "2021-03-30 22:25:21",
"deleted_at": null
}
<<<
error
{
"error": "暂无帖子信息",
"code": "INTERFLOW_IS_NULL"
}
~~~