删除IP黑名单端口
DELETE
/externalapi/tool/blackDelete新增IP白名单
请求参数
Body 参数application/x-www-form-urlencoded
access_token
string
必需
用户token。用户登录之后,获取token
示例值:
{{access_token}}
id
string
端口
示例值:
81
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
响应编码:1=正常,0=错误
msg
string
响应说明
time
string
必需
data
null
必需
示例
{
"code": 0,
"msg": "string",
"time": "string",
"data": null
}
最后修改时间: 1 年前