liuxiaolong
2019-07-09 f5897d018e65fabc8e78fd1fc6c6972461e7a536
update swagger
1个文件已修改
2 ■■■ 已修改文件
controllers/cameraTaskArgs.go 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
controllers/cameraTaskArgs.go
@@ -71,7 +71,7 @@
// @Produce json
// @Tags CameraTaskArgs
// @Param groupId query string true "任务算法参数分组id"
// @Param defence_state query int true "布防状态,0:撤防,1:布防"
// @Param defence_state query bool true "布防状态,false:撤防,true:布防"
// @Success 200 {string} json "{"code":200, success:true, msg:"", data:""}"
// @Failure 500 {string} json "{"code":500, success:false, msg:"",data:""}"
// @Router /data/api-v/cameraTaskArgs/updateDefenceStateByGroup [post]