{
"launchKey": "透传参数",
"thirdCode": "第三方回调的code信息"
}
curl --location --request POST 'https://www.xx.com/sso/xx/sso/path' \
--header 'x-apaas-accessToken;' \
--header 'Content-Type: application/json' \
--data-raw '{
"launchKey": "透传参数",
"thirdCode": "第三方回调的code信息"
}'
{
"code": 0,
"msg": "success",
"result": {
"hasUser": "YES",
"userInfo": {
"username": "",
"telepthone": "",
"thirdUserId": "第三方用户Id",
"avatar": "头像",
"extra": {}
}
}
}