mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-13 18:45:06 +08:00
【代码优化】AI:音乐生成
This commit is contained in:
@ -12,9 +12,8 @@ import lombok.Getter;
|
||||
@Getter
|
||||
public enum AiMusicStatusEnum {
|
||||
|
||||
// @xin 文档中无失败这个返回值
|
||||
STREAMING(10, "进行中"),
|
||||
COMPLETE(20, "完成");
|
||||
IN_PROGRESS(10, "进行中"),
|
||||
SUCCESS(20, "已完成");
|
||||
|
||||
/**
|
||||
* 状态
|
||||
|
Reference in New Issue
Block a user