curl --location -g --request GET 'http://datam.olmap.cn/dm/v1/api/geo/geo/amap?address=北京市海淀区苏州街|天安门|asdf&provider=amap&city&baseLayerType&eId={{eId}}&ckey={{ckey}}'{
"success": true,
"err": "",
"msg": "操作成功",
"data": {
"status": "1",
"info": "OK",
"infocode": "10000",
"count": "4",
"geocodes": [
{
"formatted_address": "北京市海淀区苏州街",
"country": "中国",
"province": "北京市",
"citycode": "010",
"city": "北京市",
"district": "海淀区",
"township": [],
"neighborhood": {
"name": [],
"type": []
},
"building": {
"name": [],
"type": []
},
"adcode": "110108",
"street": "苏州街",
"number": [],
"location": "116.306066,39.976179",
"level": "道路"
},
{
"formatted_address": "北京市海淀区苏州街",
"country": "中国",
"province": "北京市",
"citycode": "010",
"city": "北京市",
"district": "海淀区",
"township": [],
"neighborhood": {
"name": [],
"type": []
},
"building": {
"name": [],
"type": []
},
"adcode": "110108",
"street": "苏州街",
"number": [],
"location": "116.306066,39.976179",
"level": "道路"
},
{
"formatted_address": "北京市海淀区苏州街",
"country": "中国",
"province": "北京市",
"citycode": "010",
"city": "北京市",
"district": "海淀区",
"township": [],
"neighborhood": {
"name": [],
"type": []
},
"building": {
"name": [],
"type": []
},
"adcode": "110108",
"street": "苏州街",
"number": [],
"location": "116.306066,39.976179",
"level": "道路"
},
{
"formatted_address": "北京市海淀区苏州街",
"country": "中国",
"province": "北京市",
"citycode": "010",
"city": "北京市",
"district": "海淀区",
"township": [],
"neighborhood": {
"name": [],
"type": []
},
"building": {
"name": [],
"type": []
},
"adcode": "110108",
"street": [],
"number": [],
"location": "116.273990,40.002055",
"level": "兴趣点"
}
]
}
}