feat: add sora video fetch task

This commit is contained in:
feitianbubu
2025-10-10 15:25:29 +08:00
parent 0d0e4f5333
commit 94b68c2b63
3 changed files with 13 additions and 8 deletions

View File

@@ -19,6 +19,7 @@ func SetVideoRouter(router *gin.Engine) {
// docs: https://platform.openai.com/docs/api-reference/videos/create
{
videoV1Router.POST("/videos", controller.RelayTask)
videoV1Router.GET("/videos/:id", controller.RelayTask)
}
klingV1Router := router.Group("/kling/v1")