企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
## 卸油点列表 ~~~[api] get:/dispatch/site/unloadList int:id#站点ID int:fleet_id#车队ID int:region_id#所属区域ID string:search#站点名称/站点地址 int:limit=15#每页数量 int:page=1#页码 <<< success { "code": 0, "msg": "获取成功", "count": 1, "data": [ { "id": 12, "fleet_id": 1, "name": "联系我们", "region_id": 396, "address": "天津市和平区大悦城(和平店)", "longitude": "117.20387", "latitude": "39.12341", "status": "enable", "type": "unload", "delete_time": null, "update_time": "2021-10-29 09:08:58", "create_time": "2021-10-28 17:17:27", "store_count": 1, "goods_list": [ { "id": 51, "name": "派大星" } ], "store": [ { "site_id": 12, "goods_id": 51 } ], "fleet": { "id": 1, "name": "韶关车队" } } ] } ~~~ ### 返回字段 | 字段 | 说明 | | --- | --- | | id | 站点ID | | fleet_id | 车队ID | | name | 站点名称 | | region_id | 区域ID | | address | 详细地址 | | longitude | 经度 | | latitude | 纬度 | | status | 状态 | | type | 类型 | | store_count | 油仓数量 | | goods_list.id | 物品ID | | goods_list.name | 物品名称 |