ruoyi-ui/src/api/meeting/index.js
@@ -146,5 +146,28 @@ method: 'get', }) } // ------------------------------------------------ // 查询所有直播回放 export function listReplay(query) { return request({ url: '/zLiveStreamingBack/all', method: 'get', params: query }) } // 根据id查看直播回放 export function getReplayInfo(id) { return request({ url: '/zLiveStreamingBack/' + id, method: 'get', }) } // ------------------------------------------------ //上传文件 export function uploadPic1(data) { return request({ url: '/common/upload', method: 'post', data: data }) }