mirror of
https://github.com/yangjian102621/geekai.git
synced 2026-04-23 03:24:34 +08:00
Suno PC 端页面重构完成
This commit is contained in:
@@ -230,7 +230,7 @@ func (s *Service) Upload(task types.SunoTask) (RespVo, error) {
|
||||
return RespVo{}, errors.New("no available API KEY for Suno")
|
||||
}
|
||||
|
||||
reqBody := map[string]interface{}{
|
||||
reqBody := map[string]any{
|
||||
"url": task.AudioURL,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user