列出所有脚本
开发中GET
/api/expression-engine/scripts请求参数
无
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
success
boolean
必需
message
null
必需
data
object
必需
page
integer
必需
size
integer
必需
total
integer
必需
results
array [object {6}]
必需
示例
{
"success": true,
"message": null,
"data": {
"page": 1,
"size": 10,
"total": 4,
"results": [
{
"id": "dot-1-ipv6-tr296.av",
"name": "IPV6 ::1 Transmission 2.94 恶意多拨",
"author": "PBH-BTN Community",
"cacheable": true,
"threadSafe": true,
"version": "1.1"
},
{
"id": "gopeed-random-peerid.av",
"name": "Gopeed 全随机检查",
"author": "PBH-BTN Community",
"cacheable": true,
"threadSafe": true,
"version": "1.1"
},
{
"id": "2e0-61ff-fe.av",
"name": "IPV6 2e0:61ff:fe 随机后缀刷流 Peer 特征识别",
"author": "PBH-BTN Community",
"cacheable": true,
"threadSafe": true,
"version": "1.0"
},
{
"id": "name-id-verify.av",
"name": "PeerID/ClientName 伪装检查",
"author": "PBH-BTN Community",
"cacheable": true,
"threadSafe": true,
"version": "1.0"
}
]
}
}
最后修改时间: 1 个月前