feat: 推广 V3.5 实时氢耗并完善导出
This commit is contained in:
@@ -68,6 +68,8 @@ POST /api/v1/vehicles/hydrogen-consumption/query
|
||||
"plateNumber": "粤A12345",
|
||||
"date": "2026-07-01",
|
||||
"hydrogenConsumptionKg": 12.315,
|
||||
"calculationPhase": "FINAL",
|
||||
"algorithmVersion": "PRESSURE_NIST_VALID_BOUNDARY_CHARGE_CYCLE_V3_5",
|
||||
"status": "NORMAL"
|
||||
},
|
||||
{
|
||||
@@ -81,6 +83,8 @@ POST /api/v1/vehicles/hydrogen-consumption/query
|
||||
}
|
||||
```
|
||||
|
||||
当天查询可能返回 `calculationPhase: PRELIMINARY`,表示结果由 V3.5 流式状态机生成,后续帧可能使结果回修;完成日终全量重算后变为 `FINAL`。
|
||||
|
||||
## 单日里程
|
||||
|
||||
```http
|
||||
|
||||
Reference in New Issue
Block a user