mirror of
https://github.com/YunaiV/ruoyi-vue-pro.git
synced 2025-10-30 01:57:37 +08:00
【优化】调整 Midjourney proxy 提交状态 enum
This commit is contained in:
@ -20,7 +20,7 @@ public enum MidjourneySubmitCodeEnum {
|
|||||||
|
|
||||||
// 状态码: 1(提交成功), 21(已存在), 22(排队中), other(错误)
|
// 状态码: 1(提交成功), 21(已存在), 22(排队中), other(错误)
|
||||||
SUBMIT_SUCCESS("1", "提交成功"),
|
SUBMIT_SUCCESS("1", "提交成功"),
|
||||||
ALREADY_EXISTS("1", "已存在"),
|
ALREADY_EXISTS("21", "已存在"),
|
||||||
QUEUING("22", "排队中"),
|
QUEUING("22", "排队中"),
|
||||||
|
|
||||||
;
|
;
|
||||||
|
|||||||
Reference in New Issue
Block a user