fix(open-platform): align realtime online status across protocols

This commit is contained in:
lingniu
2026-08-03 21:49:33 +08:00
parent 8539af13e6
commit 22f3904ad7
6 changed files with 68 additions and 5 deletions

View File

@@ -113,6 +113,7 @@ type RealtimeVehiclePoint struct {
SpeedKmh float64
TotalMileageKm float64
ObservedAt time.Time
Online bool
}
type RealtimeVehicleResult struct {