mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2025-01-18 19:20:05 +08:00
【优化】调整 Midjourney proxy 提交状态 enum
This commit is contained in:
parent
dbe23cfe8e
commit
95d26c9b8d
@ -20,7 +20,7 @@ public enum MidjourneySubmitCodeEnum {
|
||||
|
||||
// 状态码: 1(提交成功), 21(已存在), 22(排队中), other(错误)
|
||||
SUBMIT_SUCCESS("1", "提交成功"),
|
||||
ALREADY_EXISTS("1", "已存在"),
|
||||
ALREADY_EXISTS("21", "已存在"),
|
||||
QUEUING("22", "排队中"),
|
||||
|
||||
;
|
||||
|
Loading…
Reference in New Issue
Block a user