解除账号绑定 [ 会员 ]
POST
/plugin-account/api.auth.center/unbind最后修改时间: 4 个月前
请求参数
无
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
info
string
必需
data
object
必需
id
integer
必需
unid
integer
必需
type
string
必需
phone
string
必需
appid
string
必需
openid
string
必需
unionid
string
必需
headimg
string
必需
nickname
string
必需
extra
array[string]
必需
status
integer
必需
deleted
integer
必需
create_time
string
必需
update_time
string
必需
user
object
必需
type_name
string
必需
示例
{
"code": 1,
"info": "关联成功",
"data": {
"id": 58,
"unid": 0,
"type": "wap",
"phone": "13688888888",
"appid": "",
"openid": "",
"unionid": "",
"headimg": "https://storage.thinkadmin.top/d/temps/57/1d2950f0a90fe4047a7cbfc22a3078.png",
"nickname": "",
"extra": [],
"status": 1,
"deleted": 0,
"create_time": "2024年07月28日 17:23:15",
"update_time": "2024年07月28日 18:16:57",
"user": {
"id": 163,
"code": "U822158595573634",
"phone": "13688888888",
"email": "",
"unionid": "",
"username": "",
"nickname": "Anyon",
"headimg": "https://storage.thinkadmin.top/d/temps/57/1d2950f0a90fe4047a7cbfc22a3078.png",
"region_prov": "",
"region_city": "",
"region_area": "",
"remark": "",
"extra": {
"teams_users_total": 158,
"teams_users_direct": 0,
"teams_users_indirect": 0,
"teams_amount_total": 0,
"teams_amount_direct": 0,
"teams_amount_indirect": 0,
"order_amount_total": 0
},
"status": 1,
"deleted": 0,
"create_time": "2024年07月28日 17:23:15",
"update_time": "2024年07月28日 18:03:26"
},
"type_name": "手机浏览器"
}
}
最后修改时间: 4 个月前