curl --location --request GET 'https://crm-dev.e-lansen.com/api/tool/geo/parseGeo?address=上海市嘉定区江桥镇沙河路337号慧创国际B区398号302室朗生整装科技有限公司' \
--header 'token: {{token}}'{
"data": {
"count": "string",
"infocode": "string",
"geocodes": [
{
"country": "string",
"formatted_address": "string",
"city": "string",
"adcode": "string",
"level": "string",
"building": {
"name": [
null
],
"type": [
null
]
},
"number": [
null
],
"province": "string",
"citycode": "string",
"street": [
null
],
"district": "string",
"location": "string",
"neighborhood": {
"name": [
null
],
"type": [
null
]
},
"township": [
null
]
}
],
"status": "string",
"info": "string"
},
"code": 0,
"msg": "string",
"desc": null
}