fix: PayPal payment_method column length issue; add image model selection for storyboard; remove task restore popups; sync UserWork status on task failure

This commit is contained in:
AIGC Developer
2025-12-05 09:57:09 +08:00
parent dbd06435cb
commit b4b0230ee1
484 changed files with 5238 additions and 5379 deletions

View File

@@ -95,6 +95,17 @@ export const imageToVideoApi = {
})
},
/**
* 删除任务
* @param {string} taskId - 任务ID
* @returns {Promise} API响应
*/
deleteTask(taskId) {
return request({
url: `/image-to-video/tasks/${taskId}`,
method: 'DELETE'
})
},
/**
* 轮询任务状态