查询封禁
POST
/myauth/web/getBan请求参数
Header 参数
token
string
必需
登录成功后返回的token
示例值:
2b036bd8139e44e1a8034e371d9584a7
Body 参数application/json
id
integer
封禁id
示例
{
"id": 1
}
示例代码
返回响应
成功(200)
错误(500)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
success
boolean
必需
msg
string
必需
sign
string
必需
result
object
必需
id
integer
必需
value
string
必需
addTime
integer
必需
toTime
integer
必需
why
string
必需
fromSoftId
integer
必需
type
integer
必需
fromSoftName
null
必需
timestamp
integer
必需
示例成功示例
{
"code": 200,
"success": true,
"msg": "查询成功",
"sign": "",
"result": {
"id": 1,
"value": "123",
"addTime": 1646234643,
"toTime": 1646244643,
"why": "你猜",
"fromSoftId": 1,
"type": 1,
"fromSoftName": null
},
"timestamp": 1646234990020
}
最后修改时间: 3 年前