【增加】增加 Midjourney 提交异常提示

This commit is contained in:
cherishsince
2024-06-04 17:39:29 +08:00
parent cea888b225
commit 541f6b9e6b
2 changed files with 19 additions and 14 deletions

View File

@ -43,5 +43,6 @@ public interface ErrorCodeConstants {
// ========== API 绘画 1-040-005-000 ==========
ErrorCode AI_IMAGE_NOT_EXISTS = new ErrorCode(1_022_005_000, "image 不存在!");
ErrorCode AI_IMAGE_MIDJOURNEY_SUBMIT_FAIL = new ErrorCode(1_022_005_001, "Midjourney 提交失败! {}");
}