请求例子:
apirq('district/posibytext', {
data: {
text: '黄鹤楼'
}
})
返回数据结果:
{
"code": 0,
"msg": "ok",
"time": "1523260531",
"data": [{
"formatted_address": "湖北省咸宁市通山县黄鹤楼",
"province": "湖北省",
"citycode": "0715",
"city": "咸宁市",
"district": "通山县",
"township": [],
"neighborhood": {
"name": [],
"type": []
},
"building": {
"name": [],
"type": []
},
"adcode": "421224",
"street": [],
"number": [],
"location": "114.614769,29.752466",
"level": "村庄"
}]
}