curl --location 'https://crm-dev.e-lansen.com/api/tool/geo/parseGeo?address=%E4%B8%8A%E6%B5%B7%E5%B8%82%E5%98%89%E5%AE%9A%E5%8C%BA%E6%B1%9F%E6%A1%A5%E9%95%87%E6%B2%99%E6%B2%B3%E8%B7%AF337%E5%8F%B7%E6%85%A7%E5%88%9B%E5%9B%BD%E9%99%85B%E5%8C%BA398%E5%8F%B7302%E5%AE%A4%E6%9C%97%E7%94%9F%E6%95%B4%E8%A3%85%E7%A7%91%E6%8A%80%E6%9C%89%E9%99%90%E5%85%AC%E5%8F%B8' \
--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
}