http://127.0.0.1:8888/api/
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
type | 是 | int | 接口编号 |
longitude | 是 | float | 经度 |
latitude | 是 | float | 纬度 |
width | 否 | int | 图片宽 |
height | 否 | int | 图片高 |
{
"type": 27,
"longitude": 104.00005,
"latitude": 38.00005,
"width": 425,
"height": 162
}
{
"data": {
"status": 0,
"desc": "",
"data": []
}
}
参数名 | 类型 | 说明 |
---|---|---|
error_code | int | 错误代码 |
description | string | 错误描述 |
data | json | 业务数据 |