mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-06 01:03:43 +08:00
suno add new function for merging full songs and upload custom music
This commit is contained in:
@@ -5,7 +5,7 @@ type SunoJob struct {
|
||||
UserId int `json:"user_id"`
|
||||
Channel string `json:"channel"`
|
||||
Title string `json:"title"`
|
||||
Type string `json:"type"`
|
||||
Type int `json:"type"`
|
||||
TaskId string `json:"task_id"`
|
||||
RefTaskId string `json:"ref_task_id"` // 续写的任务id
|
||||
Tags string `json:"tags"` // 歌曲风格和标签
|
||||
|
||||
Reference in New Issue
Block a user