- 套餐
- 全局
- 新开
- 续费
- 新闻
- 个人中心
- 收银台
- 百度线索
- 支付-其他(不用调用)
- 第三方接口
- 后台接口
- 卓越
- 收银台-通知
- 监控
- 测试
- 补偿接口
- 测试续费用户GET
高德-api-查询地址
开发中
GET
https://restapi.amap.com/v3/assistant/inputtips
请求参数
Query 参数
key
string
可选
示例值:
5025c839a725ff0c9969f05c556d2117
keywords
string
可选
示例值:
飞机场
city
string
可选
示例 值:
310000
citylimit
string
可选
示例值:
true
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://restapi.amap.com/v3/assistant/inputtips?key=5025c839a725ff0c9969f05c556d2117&keywords=飞机场&city=310000&citylimit=true'
返回响应
🟢200成功
application/json
Body
tips
array [object {8}]
必需
id
string
必需
name
string
必需
district
string
必需
adcode
string
必需
location
string
必需
address
string
必需
typecode
string
必需
city
array
必需
status
string
必需
info
string
必需
infocode
string
必需
count
string
必需
示例
{
"tips": [
{
"id": "string",
"name": "string",
"district": "string",
"adcode": "string",
"location": "string",
"address": "string",
"typecode": "string",
"city": [
null
]
}
],
"status": "string",
"info": "string",
"infocode": "string",
"count": "string"
}
修改于 2024-07-15 01:25:31