{
"client_id": "xx应用id",
"payload": "加密后的登录字符串",
"options": {
"e_type": "加密类型",
"custom_data": {
"userType": "10-11",
"openid": "数字身份识别id",
"chanel": "第三方认证平台"
},
"response_type": "token"
}
}
curl --location --request POST '/auth/v1/login/remove_bind' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data-raw '{
"client_id": "xx应用id",
"payload": "加密后的登录字符串",
"options": {
"e_type": "加密类型",
"custom_data": {
"userType": "10-11",
"openid": "数字身份识别id",
"chanel": "第三方认证平台"
},
"response_type": "token"
}
}'
{
"code": "200",
"msg": "string"
}