feat: add video channel jimeng

This commit is contained in:
skynono
2025-06-27 17:08:20 +08:00
parent e234ad0740
commit 221d2b5552
17 changed files with 549 additions and 96 deletions
+1 -1
View File
@@ -245,7 +245,7 @@ func sunoFetchByIDRespBodyBuilder(c *gin.Context) (respBody []byte, taskResp *dt
}
func videoFetchByIDRespBodyBuilder(c *gin.Context) (respBody []byte, taskResp *dto.TaskError) {
taskId := c.Param("id")
taskId := c.Param("task_id")
userId := c.GetInt("id")
originTask, exist, err := model.GetByTaskId(userId, taskId)