update 接口文档

This commit is contained in:
Lemon
2025-03-19 13:53:11 +08:00
parent 881e2b4d49
commit 9eaf11b571
2 changed files with 7 additions and 7 deletions

View File

@@ -76,7 +76,7 @@
# 查询用户常去站点(最近半年)
```text
接口地址:/uniapp/member/getUserFrquentedStationList
接口地址:/uniapp/member/getUserFrequentedStationList
请求方式GET
```
@@ -88,11 +88,11 @@
### **反参**
| 字段名 | 类型 | 是否必传 | 备注 |
| ------------------------------ | ------------------------ | -------- | ------------------------ |
| List<UserFrquentedStationInfo> | UserFrquentedStationInfo | Y | 按照充电次数从高到低排序 |
| 字段名 | 类型 | 是否必传 | 备注 |
| ------------------------------- | ------------------------- | -------- | ------------------------ |
| List<UserFrequentedStationInfo> | UserFrequentedStationInfo | Y | 按照充电次数从高到低排序 |
#### UserFrquentedStationInfo
#### UserFrequentedStationInfo
| 字段名 | 类型 | 是否必传 | 备注 |
| ----------- | ------ | -------- | -------- |