- 🦊一分钟,了解 Apifox !
- 极 客空间
获取轮播图信息
开发中
GET
http://localhost:3000/api/web/index/banner
首页(前台)
请求参数
无
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://localhost:3000/api/web/index/banner'
返回响应
🟢200成功
application/json
Body
code
integer
响应码
message
string
响应信息
data
array [object {7}]
必需
name
string
图片名称
src
string
图片路径
createTime
string
创建时间
updateTime
string
更新时间
categoryID
string
分类ID
categoryName
string
必需
size
string
文件大小
示例
{
"code": 200,
"message": "获取成功",
"data": {}
}
修改于 2024-07-28 06:41:19