From 6858449eef5223bb4cb8850054a47a5884da1fca Mon Sep 17 00:00:00 2001
From: liuxiaolong <736321739@qq.com>
Date: 星期三, 23 十月 2019 17:15:56 +0800
Subject: [PATCH] update swagger

---
 controllers/task.go |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/controllers/task.go b/controllers/task.go
index 6e675a8..8e5ff47 100644
--- a/controllers/task.go
+++ b/controllers/task.go
@@ -274,7 +274,8 @@
 // @Description 鍒犻櫎绠楁硶瑙勫垯
 // @Produce json
 // @Tags 绠楁硶瑙勫垯
-// @Param id formData string true "id"
+// @Param taskId formData string true "taskId"
+// @Param sdkId formData string true "sdkId"
 // @Success 200 {string} json "{"code":200, success:true, msg:"", data:""}"
 // @Failure 500 {string} json "{"code":500, success:false, msg:"",data:""}"
 // @Router /data/api-v/task/deleteTaskSdkRule [post]

--
Gitblit v1.8.0