mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 02:55:04 +08:00
update
This commit is contained in:
@@ -46,16 +46,19 @@
|
||||
|
||||
# 站点经营分析统计图
|
||||
|
||||
接口地址:
|
||||
```text
|
||||
接口地址:http://localhost:8080/business/pile/station/getStationBusinessAnalyzeInfo
|
||||
接口地址(12个月数据):http://localhost:8080/business/pile/station/getStationMonthlyBusinessAnalyzeInfo
|
||||
|
||||
请求方式:
|
||||
请求方式:POST
|
||||
```
|
||||
|
||||
### 入参
|
||||
|
||||
| 字段名 | 类型 | 是否必传 | 备注 |
|
||||
| ---------- | ------------ | -------- | ------------------------------------------------------ |
|
||||
| dateTime | String | N | 不传时默认查周期列表数据,传入时为用户选中某一天的日期 |
|
||||
| type | String | Y | 日期类型(1-近7天;2-近30天) |
|
||||
| type | String | N | 日期类型(1-近7天;2-近30天) |
|
||||
| stationIds | List<String> | Y | 站点id列表 |
|
||||
|
||||
### 反参
|
||||
|
||||
Reference in New Issue
Block a user