文章详情
开发中GET
/api/article/detail请求参数
Query 参数
id
integer
文章id
示例值:
1
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
show
integer
必需
msg
string
必需
data
object
必需
id
integer
文章id
cid
integer
分类id
title
string
标题
desc
string
简介
abstract
null
摘要
image
string
封面
author
string
作者
content
string
内容
is_show
integer
必需
sort
integer
排序
click
integer
浏览量
collect
boolean
是否收藏: true=是, false=假
create_time
string
必需
update_time
string
必需
delete_time
null
必需
示例
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"id": 13,
"cid": 12,
"title": "413513",
"desc": "",
"abstract": null,
"image": "http://www.likeadmin.localhost/uploads/images/202202101753126265a7161.png",
"author": "",
"content": "<p>3124</p>",
"is_show": 1,
"sort": 0,
"create_time": "2022-02-24 09:26:12",
"update_time": "2022-02-24 10:28:04",
"delete_time": null,
"click": 0,
"collect": false
}
}
最后修改时间: 2 年前