fix(systeminfo): correct system info JSON format

This commit is contained in:
yusing
2025-10-16 10:09:51 +08:00
parent ccc35b2a00
commit af9363209b
3 changed files with 18 additions and 25 deletions

View File

@@ -21,7 +21,7 @@ type SystemInfoRequest struct {
Period period.Filter `query:"period"`
} // @name SystemInfoRequest
type SystemInfoAggregate period.ResponseType[systeminfo.AggregatedJSON] // @name SystemInfoAggregate
type SystemInfoAggregate period.ResponseType[systeminfo.Aggregated] // @name SystemInfoAggregate
// @x-id "system_info"
// @BasePath /api/v1