获取动漫详情
开发中
GET
http://localhost:3000/api/web/animation/detail
追番(前台)
请求参数
Query 参数
id
string
动漫id
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/detail?id' \
--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}]
图片列表
示例
{
"code": 200,
"message": "获取成功",
"data": [
{
"name": "沃梓豪",
"desc": "dolor mollit magna consequat",
"link": "https://yellowish-piglet.org/",
"type": "ut nisi",
"score": 23,
"hot": 67,
"createTime": "2025-09-06 12:38:36",
"updateTime": "2025-03-10",
"cover": "laborum et consequat sed",
"status": 29,
"remark": "anim ut in",
"imgList": [
{
"name": "铎紫林",
"src": "quis fugiat laboris",
"createTime": "2024-04-16 08:58:09",
"updateTime": "2024-08-24",
"categoryID": "35",
"categoryName": "冼馥君",
"size": "aute laboris eiusmod sint aliqua"
}
]
},
{
"name": "官娜",
"desc": "in amet aliquip ullamco",
"link": "https://graceful-secret.biz/",
"type": "officia enim amet consequat",
"score": 89,
"hot": 85,
"createTime": "2024-09-21 21:01:33",
"updateTime": "2024-02-19",
"cover": "ex mollit",
"status": 100,
"remark": "eiusmod",
"imgList": [
{
"name": "铎芳",
"src": "aliquip sunt",
"createTime": "2025-06-02 04:54:09",
"updateTime": "2025-10-03",
"categoryID": "57",
"categoryName": "错俊凯",
"size": "proident"
},
{
"name": "覃阳",
"src": "mollit",
"createTime": "2025-09-26 22:17:51",
"updateTime": "2024-02-21",
"categoryID": "5",
"categoryName": "锺国琴",
"size": "ut irure voluptate dolor"
},
{
"name": "张浩辰",
"src": "labore cupidatat id ad consectetur",
"createTime": "2025-06-08 20:05:17",
"updateTime": "2025-02-19",
"categoryID": "80",
"categoryName": "绳梓玥",
"size": "ut et officia sed"
}
]
}
]
}
修改于 2024-10-21 00:52:56