简要描述:
版本号 | 制定人 | 制定日期 | 修订日期 |
---|---|---|---|
1.0.0 | kevin | 2024-12-12 |
请求URL:
请求方式:
- GET
请求头:
参数名 | 是否必须 | 类型 | 说明 |
---|
请求参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
address | 是 | string | 地址 |
返回示例:
正确时返回:
{
"status": 200,
"msg": "成功",
"data": {
"location": {
"lng": 114.029116,
"lat": 22.552324
}
}
}
错误时返回:
{
"status": 0,
"msg": "验证错误"
}
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
location.lng | string | 经度 |
location.lat | string | 纬度 |
备注:
- 无
作者:admin 创建时间:2024-12-12 16:33
最后编辑:admin 更新时间:2024-12-31 16:42
最后编辑:admin 更新时间:2024-12-31 16:42