update 小程序首页查询站点列表接口

This commit is contained in:
Lemon
2025-03-27 08:28:33 +08:00
parent 1232418627
commit bcbb4514d3
2 changed files with 37 additions and 5 deletions

View File

@@ -1,15 +1,21 @@
# 首页站点筛选
```
接口地址:
请求方式:
接口地址:/uniapp/pile/queryStationInfosV2
请求方式:POST
```
**入参**
| 字段名 | 类型 | 是否必传 | 备注 |
| ------ | ---- | -------- | ---- |
| | | | |
| 字段名 | 类型 | 是否必传 | 备注 |
| ---------------- | ------ | -------- | ---------------------- |
| sortType | String | N | 1-低价优先2-距离最近 |
| chargeMode | String | N | 1-直流2-交流 |
| chargeSpeed | String | N | 1-快充2-慢充3-超充 |
| canopyFlag | String | N | 是否有雨棚 |
| barrierFlag | String | N | 是否有道闸 |
| parkingLockFlag | String | N | 是否有地锁 |
| myCollectionFlag | String | N | 我的收藏 |
**反参**