首页数据
GET
/api/index/index请求参数
无
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
msg
string
必需
data
object
必需
domain
string
必需
pages
string
必需
article
array [object {9}]
必需
示例
{
"code": 200,
"msg": "成功",
"data": {
"domain": "http://127.0.0.1:8084/",
"pages": "{}",
"article": [
{
"id": 14,
"title": "斤斤计较",
"intro": "呃呃呃",
"summary": "",
"image": "",
"author": "",
"visit": 0,
"content": "嘎嘎嘎",
"createTime": "2022-07-14 16:31:50"
},
{
"id": 13,
"title": "斤斤计较",
"intro": "呃呃呃",
"summary": "",
"image": "",
"author": "",
"visit": 0,
"content": "嘎嘎嘎",
"createTime": "2022-04-02 15:01:53"
},
{
"id": 12,
"title": "斤斤计较",
"intro": "呃呃呃",
"summary": "",
"image": "",
"author": "",
"visit": 0,
"content": "嘎嘎嘎",
"createTime": "2022-04-02 14:58:52"
}
]
}
}
最后修改时间: 2 年前