curl --location --request GET 'https://apis.map.qq.com/ws/geocoder/v1/?location=24.48851968249561,118.18444117788954&key=OW5BZ-72KCW-TSBRQ-3PK4D-GCIWT-IAFCB&get_poi=0' \
--header 'Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJsb2dpblR5cGUiOiJsb2dpbiIsImxvZ2luSWQiOiJzeXNfdXNlcjoyMzg5Iiwicm5TdHIiOiJZYWRoSHhWZ01PNFpwUDlZbWVzcG1USjhUYVRDS2NCbiIsImNsaWVudGlkIjoiZTVjZDdlNDg5MWJmOTVkMWQxOTIwNmNlMjRhN2IzMmUiLCJ0ZW5hbnRJZCI6IjQyNDY3MyIsInVzZXJJZCI6MjM4OSwiZGVwdElkIjoyODQyfQ.tCJ14__E_p1TDTbO4qRdenc8Ye4nByMtrkDFqSfCbL0'{
"status": 0,
"message": "string",
"request_id": "string",
"result": {
"location": {
"lat": 0,
"lng": 0
},
"address": "string",
"address_component": {
"nation": "string",
"province": "string",
"city": "string",
"district": "string",
"street": "string",
"street_number": "string"
},
"ad_info": {
"nation_code": "string",
"adcode": "string",
"phone_area_code": "string",
"city_code": "string",
"name": "string",
"location": {
"lat": 0,
"lng": 0
},
"nation": "string",
"province": "string",
"city": "string",
"district": "string",
"_distance": 0
},
"address_reference": {
"town": {
"id": "string",
"title": "string",
"location": {
"lat": 0,
"lng": 0
},
"_distance": 0,
"_dir_desc": "string"
},
"landmark_l2": {
"id": "string",
"title": "string",
"location": {
"lat": 0,
"lng": 0
},
"_distance": 0,
"_dir_desc": "string"
},
"street": {
"id": "string",
"title": "string",
"location": {
"lat": 0,
"lng": 0
},
"_distance": 0,
"_dir_desc": "string"
},
"street_number": {
"id": "string",
"title": "string",
"location": {
"lat": 0,
"lng": 0
},
"_distance": 0,
"_dir_desc": "string"
}
},
"formatted_addresses": {
"recommend": "string",
"rough": "string",
"standard_address": "string"
}
}
}