curl --location -g --request GET 'http://datam.olmap.cn/dm/v1/api/geo/regeo/amap?location=116.306210,39.976121&provider=amap&city=&addressComponent=&roads&roadlevel&baseLayerType=&eId={{eId}}&ckey={{ckey}}'{
"success": true,
"err": "",
"msg": "操作成功",
"data": {
"status": "1",
"regeocode": {
"addressComponent": {
"city": "",
"province": "北京市",
"adcode": "110108",
"district": "海淀区",
"towncode": "110108012000",
"streetNumber": {
"number": "25号",
"location": "116.306566,39.976114",
"direction": "东",
"distance": "30.3547",
"street": "海淀南路"
},
"country": "中国",
"township": "海淀街道",
"businessAreas": [
{
"location": "116.303364,39.976410",
"name": "万泉河",
"id": "110108"
},
{
"location": "116.314222,39.982490",
"name": "中关村",
"id": "110108"
},
{
"location": "116.298072,39.967157",
"name": "万柳",
"id": "110108"
}
],
"building": {
"name": [],
"type": []
},
"neighborhood": {
"name": [],
"type": []
},
"citycode": "010"
},
"formatted_address": "北京市海淀区海淀街道苏州街亿方大厦"
},
"info": "OK",
"infocode": "10000"
}
}