获取指定轮播
GET
banner/one最后修改时间: 2 年前
责任人:
请求参数
Query 参数
id
integer
友链ID
示例值:
1
cache
string
是否获取缓存数据
示例值:
true
示例代码
返回响应
请求成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
状态码
msg
string
信息
data
string | integer | boolean | array | object | number | null
数据
示例
{
"code": 200,
"msg": "数据请求成功!",
"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",
"expand": null,
"opt": {
"jump": "inside",
"article_id": "1"
},
"longtext": null,
"create_time": "2022-04-11 15:32:20",
"update_time": "2022-09-18 20:55:36"
}
]
}
最后修改时间: 2 年前