修改封禁
POST
/myauth/web/updBan请求参数
Header 参数
token
string
必需
登录成功后返回的token
示例值:
2b036bd8139e44e1a8034e371d9584a7
Body 参数application/json
id
integer
封禁id
value
string
封禁对象
toTime
integer
封禁到期时间
10位时间戳,留空或-1=永久
why
string
封禁原因
type
integer
封禁类型
1=机器码,2=IP,3=账号
示例
{
"id": 1,
"toTime": null,
"value": "8.8.8.8",
"type": 2,
"why": "就封你"
}
示例代码
返回响应
成功(200)
错误(500)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
success
boolean
必需
msg
string
必需
sign
string
必需
result
null
必需
timestamp
integer
必需
示例成功示例
{
"code": 200,
"success": true,
"msg": "修改成功",
"sign": "",
"result": null,
"timestamp": 1646236699002
}
最后修改时间: 3 年前