| | |
| | | package com.fzzy.inout; |
| | | |
| | | import com.baomidou.mybatisplus.extension.plugins.pagination.Page; |
| | | import com.fzzy.igds.camera.data.ApiCameraData; |
| | | import com.fzzy.igds.camera.data.ApiCameraResp; |
| | | import com.fzzy.igds.constant.Constant; |
| | | import com.fzzy.igds.data.*; |
| | | import com.fzzy.igds.domain.*; |
| | |
| | | return prefix + "/inout-img"; |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | | /** |
| | | * 获取视频播放地址 |
| | | * |
| | | * @param param |
| | | * @return |
| | | */ |
| | | @RequestMapping("/get-media") |
| | | @ResponseBody |
| | | public ApiCameraResp getMedia(@RequestBody InoutConf param) { |
| | | //获取请求方IP |
| | | return inoutManager.getPlayAddr(param); |
| | | } |
| | | |
| | | } |