获取全部站点
测试地址:
{url}/dev-api/customer/livebus/queryAllStation
生产地址:
{url}/api/customer/livebus/queryAllStation
HTTP Method:GET
Content-Type:application/x-www-form-urlencoded
具体请求
header:
请求参数 | 值 | 说明 |
---|---|---|
Authorization | access_token | 这里传登录获取的access_token |
body:
请求参数说明
响应参数
成功响应示例
{
"msg": "操作成功",
"code": 200,
"data": [
{
"areaId": 1,
"lng": 115.993780000000,
"stationName": "花园路艾科路口",
"id": "55141004115654316000",
"lat": 36.505800000000
},
{
"areaId": null,
"lng": 115.866710000000,
"stationName": "赵李王东站",
"id": "55201028155648838000",
"lat": 36.548570000000
},
{
"areaId": null,
"lng": 115.828340000000,
"stationName": "田庄桥(下行)",
"id": "080215143040000",
"lat": 36.370050000000
},
]
}
失败响应示例
响应参数说明
注意事项:
暂无