运维&运营管理 1、定义api工具集 2、定义版本记录
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

25 lines
478 B

# 接口名称:重新计算`DW`数据
- 接口路径:`GET /api/energy/realtime`
- 适用范围:云端 / 客户现场
- 最早版本:v1.0.0
- 最新变更:v1.2.0
- 负责人:@开发或@实施
## 请求参数
| 参数 | 类型 | 必填 | 说明 |
|----|----|----|----|
| projectId | string | 是 | 项目ID |
| meterId | string | 是 | 表计ID |
## 返回结果
```json
{
"value": 123.45,
"unit": "kWh",
"time": "2026-01-22 10:00:00"
}
```
## 使用说明