- API
- 鉴权
- 元数据
- 基本统计
- 封禁
- 下载器
- 推送渠道
- 通用
- 功能模块
- AutoRangeBan
- BtnNetworkOnline
- ClientNameBlackList
- IPBlackList
- MultiDialingBlocker
- PeerIdBlacklist
- ProgressCheatBlocker
- 订阅规则
- Friend
- Expression Engine
- Laboratory
- PTRBlacklist
- 警报
- 程序日志
- 统计图表(基础)
- PBH Plus
- Torrent
- 图表
- Peer
- 工具
- 下载器兼容层
获取模块内存基本元数据
开发中
GET
http://127.0.0.1:9898/api/modules/client-name-blacklist
最后修改时间:2024-10-22 18:43:18
责任人:未设置
请求参数
Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token示例:
Authorization: Bearer ********************
示例代码
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://127.0.0.1:9898/api/modules/client-name-blacklist'
返回响应
🟢200成功
application/json
Body
success
boolean
必需
message
null
必需
data
object
必需
clientName
array[string]
必需
示例
{
"success": true,
"message": null,
"data": {
"clientName": [
"{\"matcherName\":\"子串匹配\",\"matcherIdentifier\":\"peerbanhelper:stringcontainsmatcher\",\"metadata\":{\"rule\":\"xunlei\"}}",
"{\"matcherName\":\"匹配开头\",\"matcherIdentifier\":\"peerbanhelper:stringstartswithmatcher\",\"metadata\":{\"rule\":\"-xl\"}}",
"{\"matcherName\":\"匹配开头\",\"matcherIdentifier\":\"peerbanhelper:stringstartswithmatcher\",\"metadata\":{\"rule\":\"hp/torrent\"}}",
"{\"matcherName\":\"匹配开头\",\"matcherIdentifier\":\"peerbanhelper:stringstartswithmatcher\",\"metadata\":{\"rule\":\"hp \"}}",
"{\"matcherName\":\"匹配开头\",\"matcherIdentifier\":\"peerbanhelper:stringstartswithmatcher\",\"metadata\":{\"rule\":\"dt/torrent\"}}",
"{\"matcherName\":\"匹配开头\",\"matcherIdentifier\":\"peerbanhelper:stringstartswithmatcher\",\"metadata\":{\"rule\":\"dt \"}}",
"{\"matcherName\":\"匹配开头\",\"matcherIdentifier\":\"peerbanhelper:stringstartswithmatcher\",\"metadata\":{\"rule\":\"xm/torrent\"}}",
"{\"matcherName\":\"匹配开头\",\"matcherIdentifier\":\"peerbanhelper:stringstartswithmatcher\",\"metadata\":{\"rule\":\"xm \"}}",
"{\"matcherName\":\"匹配开头\",\"matcherIdentifier\":\"peerbanhelper:stringstartswithmatcher\",\"metadata\":{\"rule\":\"go.torrent\"}}",
"{\"matcherName\":\"匹配开头\",\"matcherIdentifier\":\"peerbanhelper:stringstartswithmatcher\",\"metadata\":{\"rule\":\"taipei-torrent\"}}",
"{\"matcherName\":\"匹配开头\",\"matcherIdentifier\":\"peerbanhelper:stringstartswithmatcher\",\"metadata\":{\"rule\":\"xfplay\"}}",
"{\"matcherName\":\"子串匹配\",\"matcherIdentifier\":\"peerbanhelper:stringcontainsmatcher\",\"metadata\":{\"rule\":\"stellarplayer\"}}",
"{\"matcherName\":\"子串匹配\",\"matcherIdentifier\":\"peerbanhelper:stringcontainsmatcher\",\"metadata\":{\"rule\":\"sp \"}}",
"{\"matcherName\":\"子串匹配\",\"matcherIdentifier\":\"peerbanhelper:stringcontainsmatcher\",\"metadata\":{\"rule\":\"flashget\"}}",
"{\"matcherName\":\"子串匹配\",\"matcherIdentifier\":\"peerbanhelper:stringcontainsmatcher\",\"metadata\":{\"rule\":\"tudou\"}}",
"{\"matcherName\":\"子串匹配\",\"matcherIdentifier\":\"peerbanhelper:stringcontainsmatcher\",\"metadata\":{\"rule\":\"torrentstorm\"}}",
"{\"matcherName\":\"子串匹配\",\"matcherIdentifier\":\"peerbanhelper:stringcontainsmatcher\",\"metadata\":{\"rule\":\"qqdownload\"}}",
"{\"matcherName\":\"子串匹配\",\"matcherIdentifier\":\"peerbanhelper:stringcontainsmatcher\",\"metadata\":{\"rule\":\"anacrolix/torrent\"}}",
"{\"matcherName\":\"匹配开头\",\"matcherIdentifier\":\"peerbanhelper:stringstartswithmatcher\",\"metadata\":{\"rule\":\"qbittorrent/3.3.15\"}}",
"{\"matcherName\":\"匹配开头\",\"matcherIdentifier\":\"peerbanhelper:stringstartswithmatcher\",\"metadata\":{\"rule\":\"github.com/thank423/trafficconsume\"}}",
"{\"matcherName\":\"匹配开头\",\"matcherIdentifier\":\"peerbanhelper:stringstartswithmatcher\",\"metadata\":{\"rule\":\"ޭ__\"}}",
"{\"matcherName\":\"匹配开头\",\"matcherIdentifier\":\"peerbanhelper:stringstartswithmatcher\",\"metadata\":{\"rule\":\"ljyun.cn/hangzhou/monitoring\"}}",
"{\"matcherName\":\"匹配开头\",\"matcherIdentifier\":\"peerbanhelper:stringstartswithmatcher\",\"metadata\":{\"rule\":\"taipei-torrent\"}}",
"{\"matcherName\":\"匹配开头\",\"matcherIdentifier\":\"peerbanhelper:stringstartswithmatcher\",\"metadata\":{\"rule\":\"-xl\"}}"
]
}
}
🟠429IP地址因频繁失败尝试而被封禁
🟠403未登录或Token错误
🔴500内部服务器错误
修改于 2024-10-22 18:43:18