- PluginAccount
- PluginPyament
- PluginWemall
解除账号绑定 [ 会员 ]
POST
/plugin-account/api.auth.center/unbind
最后修改时间:2024-07-28 13:17:22
请求参数
Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token示例:
Authorization: Bearer ********************
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://dev.v6.thinkadmin.top/plugin-account/api.auth.center/unbind'
返回响应
🟢200成功
application/json
Body
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": "手机浏览器"
}
}
修改于 2024-07-28 13:17:22