添加获取视频设备播放地址接口等
This commit is contained in:
@ -21,7 +21,7 @@ public class YingshiyunVideoController extends BaseController {
|
||||
* @param deviceSerial 设备的序列号/编号
|
||||
* @return 视频播放地址
|
||||
*/
|
||||
@GetMapping("/video-playUrl/get")
|
||||
@GetMapping("/videoPlayUrl/get")
|
||||
public AjaxResult getVideoUrl(String deviceSerial){
|
||||
return success(yingshiyunService.getVideoPlayUrl(deviceSerial));
|
||||
}
|
||||
|
Reference in New Issue
Block a user