示例
请求示例
http(s)://[Endpoint]/?Action=ClassifyPOI
&AppKey=xxxxxx
&ServiceCode=addrp
&Text=文一西路969号
&
正常返回示例
XML 格式
5EBB3C1D-EDB9-49BE-BE8D-07BF8B70A819
0
8
LOC
文一西路969号
0.008974075317382812
1589794576.0345812
OK
JSON 格式
{
"RequestId": "5EBB3C1D-EDB9-49BE-BE8D-07BF8B70A819",
"Data": {
"location_extract": [
{
"start": 0,
"end": 8,
"type": "LOC",
"word": "文一西路969号"
}
],
"time_used": {
"rt": {
"location_extract": "0.008974075317382812"
},
"start": "1589794576.0345812"
},
"status": "OK"
}
}