| | |
| | | /** |
| | | * 编辑摄像头设备信息 |
| | | */ |
| | | /** |
| | | * 获取单个设备信息 getYSYMonitorInfo |
| | | */ |
| | | @PostMapping("/UpDateMonitorInfo") |
| | | public ResponseVO<Object> UpDateMonitorInfo(@RequestBody MonitorParam monitorParam) { |
| | | Monitor monitor = new Monitor(); |
| | |
| | | } |
| | | } |
| | | |
| | | /** |
| | | * 编辑摄像头设备信息 |
| | | */ |
| | | @GetMapping("/getMonitorVideoUrl") |
| | | public ResponseVO<Object> getMonitorVideoUrl(@RequestBody MonitorParam monitorParam) { |
| | | String URL = monitorService.getMonitorVideoUrl(monitorParam.getAccessToken(), monitorParam.getDeviceSerial(), monitorParam.getProtocol()); |
| | | |
| | | return ResponseUtil.success(URL); |
| | | } |
| | | |
| | | } |