From 35fdad4e60dd7efab032ba581fd1d12c488370dd Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期五, 03 十一月 2023 10:09:54 +0800
Subject: [PATCH] update

---
 docs/docs.go |   16 ++++++++++++----
 1 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/docs/docs.go b/docs/docs.go
index c351c9b..df8f13f 100644
--- a/docs/docs.go
+++ b/docs/docs.go
@@ -229,7 +229,7 @@
                         "in": "body",
                         "required": true,
                         "schema": {
-                            "$ref": "#/definitions/request.SendProcessParams"
+                            "$ref": "#/definitions/request.GetProductProgress"
                         }
                     }
                 ],
@@ -967,7 +967,7 @@
                 "network",
                 "db",
                 "serf",
-                "nsq",
+                "cloud",
                 "device",
                 "process_model",
                 "plc_config",
@@ -976,10 +976,10 @@
                 "plc_connect"
             ],
             "x-enum-comments": {
+                "ProblemCodeCloud": "鏈繛鎺ヤ簯绔�",
                 "ProblemCodeDB": "鏁版嵁搴撹繛鎺ラ敊璇�",
                 "ProblemCodeDevice": "鏈粦瀹氳澶�",
                 "ProblemCodeNetwork": "缃戠粶閿欒",
-                "ProblemCodeNsq": "鏈繛鎺ユ秷鎭槦鍒�",
                 "ProblemCodePlcAddressList": "plc鍦板潃琛ㄧ己澶�",
                 "ProblemCodePlcConfig": "plc閰嶇疆缂哄け",
                 "ProblemCodePlcConnect": "plc杩炴帴澶辫触",
@@ -993,7 +993,7 @@
                 "ProblemCodeNetwork",
                 "ProblemCodeDB",
                 "ProblemCodeSerf",
-                "ProblemCodeNsq",
+                "ProblemCodeCloud",
                 "ProblemCodeDevice",
                 "ProblemCodeProcessModel",
                 "ProblemCodePlcConfig",
@@ -1441,6 +1441,14 @@
                 }
             }
         },
+        "request.GetProductProgress": {
+            "type": "object",
+            "properties": {
+                "channel": {
+                    "type": "integer"
+                }
+            }
+        },
         "request.QueryType": {
             "type": "integer",
             "enum": [

--
Gitblit v1.8.0