sunty
2020-08-20 9303b69ea569bcb5e581147543a3fd58e90d0d25
controllers/cameraPolygon.go
@@ -33,6 +33,7 @@
   Y float64 `json:"y"`
}
// @Security ApiKeyAuth
// @Summary 保存摄像机多边形
// @Description  保存摄像机多边形
// @Accept json
@@ -54,10 +55,9 @@
   util.ResponseFormat(c,code.ComError,"保存失败")
}
// @Security ApiKeyAuth
// @Summary 删除摄像机区域
// @Description 删除摄像机区域
// @Accept json
// @Produce json
// @Tags 摄像机多边形
// @Param  id query string  true "id"
@@ -80,9 +80,9 @@
   util.ResponseFormat(c,code.ComError,"删除")
}
// @Security ApiKeyAuth
// @Summary 查找摄像机区域
// @Description 查找摄像机区域
// @Accept json
// @Produce json
// @Tags 摄像机多边形
// @Param  cameraId query string  true "cameraId"