统计计数器
GET
/api/statistic/counter请求参数
无
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
success
boolean
必需
message
null
必需
data
object
必需
peerUnbanCounter
integer
必需
peerBanCounter
integer
必需
bannedIpCounter
integer
必需
checkCounter
integer
必需
banlistCounter
integer
必需
示例
成功示例
{
"peerUnbanCounter": 0,
"peerBanCounter": 0,
"checkCounter": 31,
"banlistCounter": 0
}
最后修改时间: 3 个月前