curl --location --request GET 'http://localhost:8027/system/common/getThirdPlatformInfo?thirdPlatformCode' \
--header 'Authorization: '
{
"code": 0,
"msg": "string",
"data": {
"platformUserId": "string",
"platformUserName": "string",
"platformDeptIdList": [
{
"property1": {},
"property2": {}
}
]
}
}