{
"userType": "2",
"keywordType": "1",
"keyword": "18271649682",
"thirdUser": {
"platform": "1",
"openId": "4444222",
"nick": "余丽",
"avatar": "http://dummyimage.com/100x100"
}
}
curl --location --request POST '/api/anon/openapi/sys/authorization/bind/thirdparty/account' \
--header 'FRHis-Open-Timestamp;' \
--header 'FRHis-Open-App-Id;' \
--header 'FRHis-Open-Token;' \
--header 'FRHis-Open-RequestID;' \
--header 'Content-Type: application/json' \
--data-raw '{
"userType": "2",
"keywordType": "1",
"keyword": "18271649682",
"thirdUser": {
"platform": "1",
"openId": "4444222",
"nick": "余丽",
"avatar": "http://dummyimage.com/100x100"
}
}'
{}