- 🦊一分钟,了解 Apifox !
- 极客空间
- 接口文档
- admin
- dashboard
- trends
- image
- imageCategory
- article
- category
- tags
- user
- guestbook
- source
- animation
- resume
- friendlink
- web
获取动漫图片
开发中
GET
/api/admin/animation/imgList
追番
请求参数
Query 参数
page
integer
页码
pageSize
integer
页数
Header 参数
Authorization
string
token
示例代码
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/admin/animation/imgList?page&pageSize' \
--header 'Authorization;'
返回响应
🟢200成功
application/json
Body
code
integer
响应码
message
string
响应信息
data
array[object (image) {7}]
数据
name
string
图片名称
src
string
图片路径
createTime
string
创建时间
updateTime
string
更新时间
categoryID
string
分类ID
categoryName
string
分类名称
size
string
文件大小
total
integer
数据总数
示例
{
"code": 200,
"message": "获取成功",
"data": [
{
"name": "切界化",
"src": "deserunt in non nulla",
"createTime": "2024-05-30 15:11:13",
"updateTime": "2024-09-02 23:11:35",
"categoryID": "7",
"categoryName": "它道经",
"size": "voluptate laboris exercitation sunt cillum"
},
{
"name": "科斯山",
"src": "veniam adipisicing sint",
"createTime": "2024-05-19 14:54:47",
"updateTime": "2023-09-10 19:22:39",
"categoryID": "8",
"categoryName": "立始应",
"size": "irure est Lorem sint dolore"
}
],
"total": 85
}
修改于 2024-08-31 08:53:20