curl --location --request GET '/api/teams/e1c9d47d-ecf0-4f4f-8205-05963631324d?gameId=1&tagId=1&partnerName=1'
{
"success": true,
"message": "Success",
"data": {
"team_id": "e1c9d47d-ecf0-4f4f-8205-05963631324d",
"team_name": "15070826421",
"owner_id": "7307316933043425280",
"max_members": 101,
"created_at": "2025-03-31T02:59:15.000Z",
"updated_at": "2025-03-31T02:59:15.000Z",
"members": [
{
"user_id": "7307316933043425280",
"username": "15070826421",
"avatar": null,
"partner_info": {
"partner_id": "7313371287735242752",
"description": "个人描述",
"voice_intro": "uploads\\audio\\7307316933043425280_1743642840197_127539799.mp3",
"is_available": true,
"games": [
{
"game_id": 1,
"game_name": "王者荣耀",
"game_images": null,
"price_per_hour": "100.00",
"rank_data": "钻石段位",
"tags": [
{
"tag_id": 1,
"tag_name": "测试"
}
]
}
]
}
}
]
}
}