ruoyi-ui/src/api/meeting/index.js
@@ -146,5 +146,20 @@ 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', }) } // ------------------------------------------------