【代码优化】AI:音乐生成

This commit is contained in:
YunaiV
2024-06-27 12:48:15 +08:00
parent c77fc954d2
commit 23baaff84d
6 changed files with 62 additions and 62 deletions

View File

@ -12,9 +12,8 @@ import lombok.Getter;
@Getter
public enum AiMusicStatusEnum {
// @xin 文档中无失败这个返回值
STREAMING(10, "进行中"),
COMPLETE(20, "完成");
IN_PROGRESS(10, "进行中"),
SUCCESS(20, "已完成");
/**
* 状态