获取全部友链
GET
links/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": 3,
"data": [
{
"id": 1,
"name": "empty",
"url": "https://inzj.cn",
"head_img": "//q.qlogo.cn/g?b=qq&nk=804966813&s=640",
"description": "懒得更新",
"sort_id": 1,
"is_show": 1,
"opt": null,
"longtext": null,
"create_time": "2022-04-21 14:23:17",
"update_time": "2022-04-21 14:23:17"
},
{
"id": 2,
"name": "谦夏",
"url": "https://issf.cn",
"head_img": "//q.qlogo.cn/g?b=qq&nk=1589472813&s=640",
"description": "",
"sort_id": 1,
"is_show": 1,
"opt": null,
"longtext": null,
"create_time": "2022-04-21 14:26:06",
"update_time": "2022-04-21 14:29:11"
},
{
"id": 3,
"name": "忆梦小站",
"url": "https://www.onyi.net",
"head_img": "https://i7.onyi.net/os/headportrait.webp",
"description": "微笑着挥手再见,但内心却深知,以后不会再相见。",
"sort_id": 1,
"is_show": 1,
"opt": null,
"longtext": null,
"create_time": "2022-07-02 22:21:37",
"update_time": "2022-09-18 18:42:35"
}
]
}
}
最后修改时间: 2 年前