| | |
| | | |
| | | // @Summary 根据server获取所有摄像机列表及信息 |
| | | // @Description 根据server获取所有摄像机列表及信息 |
| | | // @Security ApiKeyAuth |
| | | // @Produce json |
| | | // @Tags camera |
| | | // @Param cameraName query string false "摄像机名称" |
| | |
| | | // @Description 切换摄像机运行实时或轮询的开关 |
| | | // @Produce json |
| | | // @Tags camera |
| | | // @Param cameraId query string true "摄像机id" |
| | | // @Param runEnable query bool true "开启:true,关闭:false" |
| | | // @Param cameraId formData string true "摄像机id" |
| | | // @Param runEnable formData bool true "开启:true,关闭:false" |
| | | // @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/updateRunEnable [post] |