From 4174e094a5510d4fbed91b575f79d12751abf5ba Mon Sep 17 00:00:00 2001 From: zouap Date: Tue, 31 Jan 2023 15:14:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=99=BA=E7=AE=97=E7=BD=91=E7=BB=9C=E7=9B=B8?= =?UTF-8?q?=E5=85=B3=E6=8E=A5=E5=8F=A3=E4=BF=AE=E6=94=B9=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zouap --- models/cloudbrain.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/cloudbrain.go b/models/cloudbrain.go index 448a706b3..2fe2d5d75 100755 --- a/models/cloudbrain.go +++ b/models/cloudbrain.go @@ -1662,7 +1662,7 @@ type Metrics struct { } type NewModelArtsMetricStatisticResult struct { - MetricsInfo []Metrics `json:"metrics"` //监控详情 + MetricsInfo []NewModelArtsMetrics `json:"metrics"` //监控详情 } type NewModelArtsMetrics struct {