controllers/cameraRule.go
@@ -185,7 +185,7 @@ // @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:"错误信息内容"}" // @Router /data/api-v/camera/rule/deleteGroup/{groupId} [get] // @Router /data/api-v/camera/rule/deleteGroup/{groupId} [delete] func (crc CameraRuleController) DeleteByGroup(c *gin.Context) { groupId := c.Param("groupId") if groupId == "" {