From 9a88e95e0c6bce22a82cba042564fc9650babb96 Mon Sep 17 00:00:00 2001 From: liuxiaolong <liuxiaolong@aiotlink.com> Date: 星期日, 28 六月 2020 19:58:24 +0800 Subject: [PATCH] fix swagger --- controllers/cameraRule.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/controllers/cameraRule.go b/controllers/cameraRule.go index 3cf4981..2db8f73 100644 --- a/controllers/cameraRule.go +++ b/controllers/cameraRule.go @@ -181,7 +181,7 @@ // @Summary 鏍规嵁鍒嗙粍id鍒犻櫎鎽勫儚鏈虹畻娉曡鍒� // @Description 鏍规嵁鍒嗙粍id鍒犻櫎鎽勫儚鏈虹畻娉曡鍒� // @Produce json -// @Tags CameraTaskArgs +// @Tags 鎽勫儚鏈鸿鍒� // @Param groupId path string true "浠诲姟绠楁硶鍙傛暟鍒嗙粍id" // @Success 200 {string} json "{"code":200, success:true, msg:"璇锋眰澶勭悊鎴愬姛", data:""}" // @Failure 500 {string} json "{"code":500, success:false, msg:"",data:"閿欒淇℃伅鍐呭"}" -- Gitblit v1.8.0