This commit is contained in:
Lemon
2024-08-05 14:18:21 +08:00
parent 7b4b657faa
commit 828d756363

View File

@@ -46,16 +46,19 @@
# 站点经营分析统计图 # 站点经营分析统计图
接口地址: ```text
接口地址http://localhost:8080/business/pile/station/getStationBusinessAnalyzeInfo
接口地址(12个月数据)http://localhost:8080/business/pile/station/getStationMonthlyBusinessAnalyzeInfo
请求方式: 请求方式:POST
```
### 入参 ### 入参
| 字段名 | 类型 | 是否必传 | 备注 | | 字段名 | 类型 | 是否必传 | 备注 |
| ---------- | ------------ | -------- | ------------------------------------------------------ | | ---------- | ------------ | -------- | ------------------------------------------------------ |
| dateTime | String | N | 不传时默认查周期列表数据,传入时为用户选中某一天的日期 | | dateTime | String | N | 不传时默认查周期列表数据,传入时为用户选中某一天的日期 |
| type | String | Y | 日期类型1-近7天2-近30天 | | type | String | N | 日期类型1-近7天2-近30天 |
| stationIds | List<String> | Y | 站点id列表 | | stationIds | List<String> | Y | 站点id列表 |
### 反参 ### 反参