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/eventPush.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/controllers/eventPush.go b/controllers/eventPush.go index 18f8a49..02d0881 100644 --- a/controllers/eventPush.go +++ b/controllers/eventPush.go @@ -171,7 +171,7 @@ // @Accept x-www-form-urlencoded // @Produce json // @Tags 浜嬩欢鎺ㄩ�� -// @Param id query string true "id" +// @Param id formData string true "id" // @Success 200 {string} json "{"code":200, success:true, msg:"", data:""}" // @Failure 500 {string} json "{"code":500, success:false, msg:"",data:""}" // @Router /data/api-v/eventPush/delete [post] -- Gitblit v1.8.0