页面修改
This commit is contained in:
@@ -19,3 +19,14 @@ export function addFFmpegStreamProxy(params?: any) {
|
||||
params,
|
||||
);
|
||||
}
|
||||
|
||||
export function addMediaStreamProxy(params?: any) {
|
||||
return requestClient.post<AddStreamProxyResult>('sis/stream/proxy', params);
|
||||
}
|
||||
|
||||
export function addFFmpegMediaStreamProxy(params?: any) {
|
||||
return requestClient.post<AddStreamProxyResult>(
|
||||
'sis/stream/ffmpeg/proxy',
|
||||
params,
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user