{
"userName":"1946066280@qq.com",
"userPassword":"1234567",
"oauthCode": "8956119"
}
curl --location --request POST 'http://47.92.1.39:8005/api/oauth/bindingExistAccount' \
--header 'Content-Type: application/json' \
--data-raw '{
"userName":"1946066280@qq.com",
"userPassword":"1234567",
"oauthCode": "8956119"
}'
{
"success": false,
"errCode": "413",
"errMessage": "第三方账户不存在"
}