From 6afbcd88bf9c2c14a16a7c01f6f2e269d4ea2883 Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期三, 01 十一月 2023 15:53:30 +0800
Subject: [PATCH] fix

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

diff --git a/docs/docs.go b/docs/docs.go
index aee4b02..27a9079 100644
--- a/docs/docs.go
+++ b/docs/docs.go
@@ -153,12 +153,12 @@
             }
         },
         "/v1/device/list": {
-            "post": {
+            "get": {
                 "produces": [
                     "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