curl --location 'https://api.findfuture.cn/open-api/v1/archive/servers?game_id='{
"code": 200,
"message": "success",
"data": [
{
"id": 1,
"pid": 0,
"game_id": 1,
"platform_id": 1,
"cn_name": "PC",
"en_name": "PC",
"sort": 0,
"children": [
{
"id": 2,
"pid": 1,
"game_id": 1,
"platform_id": 1,
"cn_name": "东海湾",
"en_name": "donghaiwan",
"sort": 1
}
]
}
]
}