bugfix 小程序查询站点计费模板未筛选出非会员价

This commit is contained in:
Lemon
2025-03-24 09:48:52 +08:00
parent 2c8188a17a
commit 584d8ee6b7
2 changed files with 15 additions and 10 deletions

View File

@@ -38,15 +38,17 @@
# 查询站点收藏
```
接口地址:
请求方式:
接口地址:/uniapp/member/getCollectedStationIdList
请求方式:POST
```
**入参**
| 字段名 | 类型 | 是否必传 | 备注 |
| ------ | ---- | -------- | ---- |
| | | | |
| 字段名 | 类型 | 是否必传 | 备注 |
| ---------- | ------ | -------- | ------------ |
| memberId | String | Y | 存在Header中 |
| stationLng | String | Y | 当前位置经度 |
| stationLat | String | N | 当前位置纬度 |
**反参**
@@ -57,15 +59,17 @@
# (添加/删除) 站点收藏
```
接口地址:
请求方式:
接口地址:/uniapp/member/updateCollectedStation
请求方式:POST
```
**入参**
| 字段名 | 类型 | 是否必传 | 备注 |
| ------ | ---- | -------- | ---- |
| | | | |
| 字段名 | 类型 | 是否必传 | 备注 |
| ------------ | ------- | -------- | ----------------------------------------- |
| memberId | String | Y | 存在Header中 |
| stationId | String | Y | 站点id |
| operatorType | Boolean | Y | 操作类型true-添加收藏false-取消收藏) |
**反参**