From f2d80dbaa80a1283bf1c0fe9ae1d280832652d7f Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期四, 02 十一月 2023 18:14:22 +0800
Subject: [PATCH] 增加问题诊断定时任务和查询接口,增加按channel查询工序开始和结束时间

---
 docs/docs.go |   37 ++++++++++++++++++++++++++++++++++++-
 1 files changed, 36 insertions(+), 1 deletions(-)

diff --git a/docs/docs.go b/docs/docs.go
index 0961c49..27a9079 100644
--- a/docs/docs.go
+++ b/docs/docs.go
@@ -158,7 +158,7 @@
                     "application/json"
                 ],
                 "tags": [
-                    "Device"
+                    "璁惧"
                 ],
                 "summary": "鑾峰彇褰撳墠闈㈡澘缁戝畾鐨勮澶囧垪琛�",
                 "responses": {
@@ -1482,6 +1482,14 @@
         "response.DeviceListResponse": {
             "type": "object",
             "properties": {
+                "clusterNodeQuantity": {
+                    "description": "闆嗙兢鑺傜偣鏁伴噺",
+                    "type": "integer"
+                },
+                "clusterStatus": {
+                    "description": "闆嗙兢鐘舵��",
+                    "type": "string"
+                },
                 "currentDeviceID": {
                     "description": "褰撳墠閫夊畾鐨勭敓浜ц澶�",
                     "type": "string"
@@ -1496,6 +1504,18 @@
                 "systemDeviceID": {
                     "description": "宸ユ帶鏈鸿澶嘔D",
                     "type": "string"
+                },
+                "systemDeviceRunSince": {
+                    "description": "绯荤粺杩愯寮�濮嬫椂闂存埑",
+                    "type": "integer"
+                },
+                "systemDeviceStatus": {
+                    "description": "璁惧鐘舵��",
+                    "allOf": [
+                        {
+                            "$ref": "#/definitions/response.SystemDeviceStatus"
+                        }
+                    ]
                 }
             }
         },
@@ -1551,6 +1571,21 @@
                 }
             }
         },
+        "response.SystemDeviceStatus": {
+            "type": "integer",
+            "enum": [
+                1,
+                2
+            ],
+            "x-enum-comments": {
+                "SystemDeviceStatusNormal": "姝e父",
+                "SystemDeviceStatusUnNormal": "寮傚父"
+            },
+            "x-enum-varnames": [
+                "SystemDeviceStatusNormal",
+                "SystemDeviceStatusUnNormal"
+            ]
+        },
         "response.TaskCountdown": {
             "type": "object",
             "properties": {

--
Gitblit v1.8.0