获取图片信息
开发中
GET
/api/web/animation/imgList
追番(前台)
请求参数
Query 参数
id
string
动漫id
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/web/animation/imgList?id=&page=&pageSize=' \
--header 'Authorization;'
返回响应
🟢200成功
application/json
Body
code
integer
响应码
message
string
响应信息
data
array[object (animation) {12}]
响应数据
name
string
动漫名称
desc
string
动漫描述
link
string
动漫链接
type
string
动漫类型
score
integer
动漫评分
hot
integer
动漫热度
createTime
string
创建时间
updateTime
string
更新时间
cover
string
封面
status
integer
状态
remark
string
备注
imgList
array[object (image) {7}]
图片列表
tota
integer
数据总数
示例
{
"code": 200,
"message": "获取成功",
"data": [
{
"name": "尔俊凯",
"desc": "commodo incididunt in in",
"link": "https://lined-mousse.biz/",
"type": "aliqua consectetur in",
"score": 73,
"hot": 17,
"createTime": "2025-05-31 13:36:49",
"updateTime": "2024-09-29",
"cover": "dolore qui elit eu",
"status": 86,
"remark": "velit est ipsum Excepteur",
"imgList": [
{
"name": "闾智杰",
"src": "dolor nisi sunt in Excepteur",
"createTime": "2025-03-09 17:30:22",
"updateTime": "2024-06-17",
"categoryID": "41",
"categoryName": "察丹",
"size": "ea"
},
{
"name": "封倩",
"src": "ad ex",
"createTime": "2025-05-20 08:39:54",
"updateTime": "2024-02-02",
"categoryID": "2",
"categoryName": "壬超栋",
"size": "aliqua do amet quis proident"
},
{
"name": "闽国琴",
"src": "consequat dolor aliqua esse",
"createTime": "2024-08-09 06:25:09",
"updateTime": "2023-12-08",
"categoryID": "46",
"categoryName": "波伟",
"size": "minim fugiat irure Lorem incididunt"
}
]
},
{
"name": "源倩",
"desc": "anim et in",
"link": "https://hefty-marimba.biz/",
"type": "dolor aliquip adipisicing in",
"score": 60,
"hot": 33,
"createTime": "2025-07-15 11:56:47",
"updateTime": "2025-09-17",
"cover": "anim officia laborum",
"status": 98,
"remark": "commodo reprehenderit exercitation fugiat",
"imgList": [
{
"name": "东鑫",
"src": "dolore fugiat",
"createTime": "2025-01-29 03:22:07",
"updateTime": "2024-07-01",
"categoryID": "73",
"categoryName": "税天娇",
"size": "eu labore reprehenderit"
},
{
"name": "检若汐",
"src": "sit cillum labore non mollit",
"createTime": "2025-05-20 04:32:14",
"updateTime": "2025-07-25",
"categoryID": "14",
"categoryName": "仇建军",
"size": "deserunt enim exercitation"
},
{
"name": "守诚",
"src": "veniam",
"createTime": "2024-03-11 07:22:29",
"updateTime": "2025-06-29",
"categoryID": "55",
"categoryName": "施治涛",
"size": "Ut cillum ex officia"
}
]
},
{
"name": "库万佳",
"desc": "sint anim est ipsum",
"link": "https://infamous-responsibility.org/",
"type": "veniam adipisicing Ut elit",
"score": 12,
"hot": 34,
"createTime": "2025-01-05 20:39:45",
"updateTime": "2024-01-23",
"cover": "minim enim esse laborum",
"status": 81,
"remark": "eu",
"imgList": [
{
"name": "牟俊熙",
"src": "sit aliqua exercitation velit",
"createTime": "2024-11-30 16:42:17",
"updateTime": "2024-07-05",
"categoryID": "49",
"categoryName": "粟诗雨",
"size": "dolore ad"
}
]
}
],
"tota": 15
}
修改于 2024-10-21 00:58:21