获取全部站点

测试地址:

{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:

请求参数说明

响应参数

成功响应示例

  1. {
  2. "msg": "操作成功",
  3. "code": 200,
  4. "data": [
  5. {
  6. "areaId": 1,
  7. "lng": 115.993780000000,
  8. "stationName": "花园路艾科路口",
  9. "id": "55141004115654316000",
  10. "lat": 36.505800000000
  11. },
  12. {
  13. "areaId": null,
  14. "lng": 115.866710000000,
  15. "stationName": "赵李王东站",
  16. "id": "55201028155648838000",
  17. "lat": 36.548570000000
  18. },
  19. {
  20. "areaId": null,
  21. "lng": 115.828340000000,
  22. "stationName": "田庄桥(下行)",
  23. "id": "080215143040000",
  24. "lat": 36.370050000000
  25. },
  26. ]
  27. }

失败响应示例

响应参数说明

请打开该网址查看参数信息:http://tw.twgiot.com:38092/data-center/doc.html#/default/%E6%95%B0%E6%8D%AE%E4%B8%AD%E5%8F%B0%E6%8E%A5%E5%8F%A3/queryAllStationUsingGET

注意事项:
暂无