历史资源管理
This commit is contained in:
@@ -645,6 +645,11 @@ export async function deleteSegment(segmentId: string): Promise<void> {
|
||||
export async function reanalyzeSegment(segmentId: string): Promise<any> {
|
||||
return api.post(`/shot-replications/segments/${segmentId}/reanalyze`);
|
||||
}
|
||||
|
||||
export async function retrySplit(segmentId: string): Promise<any> {
|
||||
return api.post(`/shot-replications/segments/${segmentId}/retry-split`);
|
||||
}
|
||||
|
||||
// 删除拆镜项目
|
||||
export async function deleteShotReplicationProject(taskSetId: string): Promise<void> {
|
||||
await api.delete(`/shot-replications/task-sets/${taskSetId}`);
|
||||
|
||||
Reference in New Issue
Block a user