获取指定种子的封禁历史列表
开发中GET
/api/torrent/{infoHash}/banHistory请求参数
Path 参数
infoHash
string
必需
示例值:
050C21327D344133B69D596733245A8FADE88192
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
success
boolean
必需
message
null
必需
data
object
必需
page
integer
必需
size
integer
必需
total
integer
必需
results
$ref(#/definitions/108712380)[]
必需
示例
{
"success": true,
"message": null,
"data": {
"page": 1,
"size": 10,
"total": 1,
"results": [
{
"banAt": 1726817809872,
"unbanAt": 1727077009872,
"peerIp": "112.237.212.143",
"peerPort": 30431,
"peerId": "-XL0019-",
"peerClientName": "XunLei 0019",
"peerUploaded": 65568,
"peerDownloaded": 0,
"peerProgress": 0.011,
"torrentInfoHash": "c0dbf0b64fd2f16c9fbca08e123edf75eff5582e",
"torrentName": "zh-cn_windows_11_consumer_editions_version_23h2_updated_sep_2024_x64_dvd_edcefbe4.iso",
"torrentSize": 7183915008,
"module": "com.ghostchu.peerbanhelper.module.impl.rule.ClientNameBlacklist",
"rule": "StringContainsMatcher(super=AbstractJsonMatcher(condition=null), rule=xunlei, hit=TRUE, miss=DEFAULT)",
"description": "匹配 ClientName (UserAgent): StringContainsMatcher(super=AbstractJsonMatcher(condition=null), rule=xunlei, hit=TRUE, miss=DEFAULT)",
"downloader": "bbt"
}
]
}
}
最后修改时间: 2 个月前