获取全部页面
GET
page/all最后修改时间: 2 年前
责任人:
请求参数
Query 参数
page
integer
分页
示例值:
1
limit
integer
限制数据条目
示例值:
5
order
string
排序方式
示例值:
create_time asc
cache
string
是否获取缓存数据
示例值:
true
示例代码
返回响应
请求成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
状态码
msg
string
信息
data
string | integer | boolean | array | object | number | null
数据
示例
{
"code": 200,
"msg": "数据请求成功!",
"data": {
"page": 1,
"count": 2,
"data": [
{
"id": 1,
"title": "友链库",
"alias": "links",
"is_show": 1,
"opt": null,
"expand": null,
"longtext": null,
"create_time": "2022-04-10 19:02:49",
"update_time": "2022-09-18 18:08:00"
},
{
"id": 13,
"title": "情侣空间",
"alias": "lovers",
"is_show": 1,
"opt": {
"boy": {
"avatar": "https://q.qlogo.cn/g?b=qq&nk=97783391&s=640",
"nickname": "兔子"
},
"girl": {
"avatar": "https://q.qlogo.cn/g?b=qq&nk=97783390&s=640",
"nickname": "胡萝卜"
},
"cover": {
"image": "https://api.inis.cn/api/file/random?id=1",
"video": "https://cdn.inis.cc/comm/video/swear-by-hook.mp4",
"type": "image"
},
"title": {
"first": "祝福",
"second": "我们的故事"
},
"placard": "我希望有一天,能挽着你的手,去敬各位来宾的酒。\n",
"loveStartTime": "2018-9-14"
},
"expand": null,
"longtext": null,
"create_time": "2022-05-20 12:46:51",
"update_time": "2022-09-18 18:31:21"
}
]
}
}
最后修改时间: 2 年前