| | |
| | | import org.springframework.web.bind.annotation.GetMapping; |
| | | import org.springframework.web.bind.annotation.PostMapping; |
| | | import org.springframework.web.bind.annotation.RequestBody; |
| | | import org.springframework.web.bind.annotation.RequestParam; |
| | | |
| | | /** |
| | | * @author gonghl |
| | |
| | | /** |
| | | * 一机一档 |
| | | * |
| | | * @param cameraParam 请求参数 |
| | | * @param oneMachineFileParam 请求参数 |
| | | * @return 查询摄像机清单集合 |
| | | */ |
| | | @GetMapping("/VIID/Cameras") |
| | | JSONObject cameraList(@SpringQueryMap CameraParam cameraParam); |
| | | JSONObject oneMachineFile(@SpringQueryMap OneMachineFileParam oneMachineFileParam); |
| | | |
| | | /** |
| | | * 点位在线 |
| | |
| | | * @return |
| | | */ |
| | | @GetMapping("/api/v1/app/report/vqd/detail/list") |
| | | JSONObject queryVqdResult(@SpringQueryMap VideoQualityParam param); |
| | | JSONObject videoQuality(@SpringQueryMap VideoQualityParam param); |
| | | } |