获取全部轮播
GET
banner/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": "inis 博客系统",
"description": "新一代博客系统,内置丰富的API系统,自带多端(Web、APP和小程序)的博客系统",
"url": "javascript:void(0);",
"img": "https://inis.cc/storage/users/files/uid-1/2022-04/1649437101.png",
"opt": {
"jump": "inside",
"article_id": "1"
},
"longtext": null,
"create_time": "2022-04-11 15:32:20",
"update_time": "2022-09-18 20:55:36"
},
{
"id": 2,
"title": "INIS API",
"description": "inis系统开放API文档",
"url": "https://dosc.inis.cc",
"img": "https://cdn.inis.cc/comm/assets/images/bg/25.jpg",
"opt": {
"jump": "outside",
"article_id": "1"
},
"longtext": null,
"create_time": "2022-04-11 15:35:25",
"update_time": "2022-04-14 13:39:57"
}
]
}
}
最后修改时间: 2 年前