Suno PC 端页面重构完成

This commit is contained in:
RockYang
2025-08-07 14:00:09 +08:00
parent 5f24df6cee
commit eab8265b9c
5 changed files with 653 additions and 793 deletions

View File

@@ -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,
}