From a6a6045065169ab56c7d44ea32dce743d940e840 Mon Sep 17 00:00:00 2001
From: jiangshuai <291802688@qq.com>
Date: 星期五, 08 十二月 2023 11:15:19 +0800
Subject: [PATCH] collection改为固定12345

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

diff --git a/docs/docs.go b/docs/docs.go
index de21b37..d04b932 100644
--- a/docs/docs.go
+++ b/docs/docs.go
@@ -1150,8 +1150,8 @@
                 }
             }
         },
-        "/api-wms/v1/operation/getOperationInfo/{number}": {
-            "post": {
+        "/api-wms/v1/operation/getOperationInfo/{id}": {
+            "get": {
                 "produces": [
                     "application/json"
                 ],
@@ -1162,8 +1162,8 @@
                 "parameters": [
                     {
                         "type": "string",
-                        "description": "鍗曞彿",
-                        "name": "number",
+                        "description": "id",
+                        "name": "id",
                         "in": "path",
                         "required": true
                     }
@@ -2736,7 +2736,7 @@
                 5
             ],
             "x-enum-comments": {
-                "OperationStatus_Cancel": "瀹屾垚",
+                "OperationStatus_Cancel": "鍙栨秷",
                 "OperationStatus_Draft": "鑽夌",
                 "OperationStatus_Finish": "瀹屾垚",
                 "OperationStatus_Ready": "灏辩华",
@@ -3369,6 +3369,9 @@
                     "type": "string"
                 },
                 "receiverPhone": {
+                    "type": "string"
+                },
+                "source": {
                     "type": "string"
                 },
                 "sourceNumber": {
@@ -4656,6 +4659,9 @@
                     "description": "鍗曞彿",
                     "type": "string"
                 },
+                "operationId": {
+                    "type": "integer"
+                },
                 "productId": {
                     "type": "string"
                 },

--
Gitblit v1.8.0