自助解绑
POST
/myauth/web/selfUnbind会离线所有在线账号
请求参数
Body 参数application/json
user
string
必需
ckey
string
卡密密码必填其一
pass
string
必需
skey
string
必需
示例
{
"user": "860405609",
"ckey": "YKce18943031674d7ca28920e16601fb5f",
"pass": "0",
"skey": "ecbb9d39-7fe9-49d1-bd06-162b068fa4b6"
}
示例代码
返回响应
成功(200)
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": 1654955028363
}
最后修改时间: 2 年前