{}
curl --location --request GET 'http://47.92.1.39:8005/api/oauth/getOauthInfo?userId=41' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"success": true,
"errCode": null,
"errMessage": null,
"data": [
{
"userId": 41,
"accountKey": "gitee_account",
"accountValue": "8956119",
"userMail": "1946066280@qq.com",
"name": "出其东门"
},
{
"userId": 41,
"accountKey": "github_account",
"accountValue": "101807499",
"userMail": null,
"name": null
}
]
}