| | |
| | | // @Accept x-www-form-urlencoded |
| | | // @Produce json |
| | | // @Tags sysset |
| | | // @Param min_video_len query string true "视频截取最短时长" |
| | | // @Param max_video_len query string true "视频截取最长时长" |
| | | // @Param min_video_len formData string true "视频截取最短时长" |
| | | // @Param max_video_len formData string true "视频截取最长时长" |
| | | // @Success 200 {string} json "{"code":200, msg:"目录结构数据", success:true}" |
| | | // @Failure 500 {string} json "{"code":500, msg:"返回错误信息", success:false}" |
| | | // @Router /data/api-v/sysset/videoLenEdit [POST] |
| | |
| | | // @Accept x-www-form-urlencoded |
| | | // @Produce json |
| | | // @Tags sysset |
| | | // @Param dev_name query string true "分析设备名称" |
| | | // @Param dev_name formData string true "分析设备名称" |
| | | // @Success 200 {string} json "{"code":200, msg:"目录结构数据", success:true}" |
| | | // @Failure 500 {string} json "{"code":500, msg:"返回错误信息", success:false}" |
| | | // @Router /data/api-v/sysset/saveDevInfo [POST] |