获取当前用户绑定的第三方账号列表。
该接口用于查询当前用户已绑定的第三方账号信息,包括微信、GitLink、Google 等平台的账号。 绑定关系 列表包含:微信、GitLink、Google 账号
curl --location --request GET '/front/user/third-party/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"
}
]
}