Commit 55abff01 authored by 陈龙's avatar 陈龙

feat: 旧视频平台编辑弹窗增加自动获取视频链接的功能

parent aaec64d9
Pipeline #95005 failed with stages
import { get, post, PUBLISH_SERVICE, CITY_SERVICE } from '@/services/index';
import {param} from "express/lib/router";
// 获取视频配置列表
export const GetVideoConfigList = param =>
......@@ -19,3 +20,6 @@ export const deleteInsertVideoConfig = data =>
// 导入配置
export const ImportVideoConfig = data =>
post(`${PUBLISH_SERVICE}/VideoManager/ImportVideoConfig`, data);
// 获取萤石云视频地址
export const getYSYVideoSource = param =>
get('/CityInterface/rest/services/VideoPlatform.svc/VideoManage/RefreshVideoLiveAddress', param);
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment