From e5ee9138c720e48f7447be486f247e765b3f1e46 Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期五, 18 八月 2023 11:20:02 +0800
Subject: [PATCH] 增加参数下发接口

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

diff --git a/docs/docs.go b/docs/docs.go
index 91eb01b..825f266 100644
--- a/docs/docs.go
+++ b/docs/docs.go
@@ -22,7 +22,7 @@
                     "application/json"
                 ],
                 "tags": [
-                    "Base"
+                    "Task"
                 ],
                 "summary": "浠诲姟缁撴潫",
                 "parameters": [
@@ -75,13 +75,41 @@
                 }
             }
         },
+        "/v1/task/sendProcessParams/{id}": {
+            "post": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "Task"
+                ],
+                "summary": "涓嬪彂宸ヨ壓鍙傛暟",
+                "parameters": [
+                    {
+                        "type": "integer",
+                        "description": "宸ュ簭id",
+                        "name": "id",
+                        "in": "path",
+                        "required": true
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "鎴愬姛",
+                        "schema": {
+                            "$ref": "#/definitions/contextx.Response"
+                        }
+                    }
+                }
+            }
+        },
         "/v1/task/start/{id}": {
             "get": {
                 "produces": [
                     "application/json"
                 ],
                 "tags": [
-                    "Base"
+                    "Task"
                 ],
                 "summary": "浠诲姟寮�濮�",
                 "parameters": [

--
Gitblit v1.8.0