From e67802cd15e273da46bfb734e339a947b7d1eceb Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期五, 15 九月 2023 16:01:04 +0800
Subject: [PATCH] debug

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

diff --git a/docs/docs.go b/docs/docs.go
index 307d0b1..2f9b1f7 100644
--- a/docs/docs.go
+++ b/docs/docs.go
@@ -153,7 +153,7 @@
             }
         },
         "/v1/plc/productProgress": {
-            "get": {
+            "post": {
                 "produces": [
                     "application/json"
                 ],
@@ -439,7 +439,7 @@
                 }
             }
         },
-        "/v1/task/sendProcessParams/{id}": {
+        "/v1/task/sendProcessParams": {
             "post": {
                 "produces": [
                     "application/json"
@@ -551,6 +551,13 @@
         "common.ProductProcedure": {
             "type": "object",
             "properties": {
+                "allProcedureNames": {
+                    "description": "鎵�灞炲伐鍗曞伐搴忓垪琛�",
+                    "type": "array",
+                    "items": {
+                        "type": "string"
+                    }
+                },
                 "deviceId": {
                     "type": "string"
                 },
@@ -605,11 +612,15 @@
             "type": "string",
             "enum": [
                 "modbusTCP",
-                "serial"
+                "serial",
+                "缃戠粶",
+                "涓插彛"
             ],
             "x-enum-varnames": [
                 "PlcMethodModbusTCP",
-                "PlcMethodSerial"
+                "PlcMethodSerial",
+                "PlcMethodModbusTCPChinese",
+                "PlcMethodSerialChinese"
             ]
         },
         "constvar.PlcStartAddressType": {
@@ -698,6 +709,10 @@
                 },
                 "length": {
                     "description": "鏁版嵁闀垮害",
+                    "type": "integer"
+                },
+                "position": {
+                    "description": "鏁版嵁璧峰鍦板潃",
                     "type": "integer"
                 },
                 "startAddress": {
@@ -1007,6 +1022,9 @@
                 "finishNumber": {
                     "type": "integer"
                 },
+                "plcStatus": {
+                    "type": "integer"
+                },
                 "totalNumber": {
                     "type": "integer"
                 }

--
Gitblit v1.8.0