From f903c085b8adde79c3aeca453a9b935adb1ef033 Mon Sep 17 00:00:00 2001 From: liuxiaolong <736321739@qq.com> Date: 星期六, 26 十月 2019 14:16:58 +0800 Subject: [PATCH] fix uout --- 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