当前用户绑定的第三方账号列表(List)
{
"code": 0,
"msg": "string",
"data": [
{
"id": "string",
"createTime": "2025-11-12 10:30:00",
"updateTime": "2025-11-12 10:30:00",
"userId": "string",
"thirdPartyPlatform": "string",
"thirdPartyUserId": "string",
"thirdPartyUserNickname": "string",
"thirdPartyUserAvatarUrl": "string",
"bindState": true,
"thirdPartyUserInfo": "string"
}
]
}