【增加】midjourney 增加 width 和 height

This commit is contained in:
cherishsince
2024-05-31 14:02:35 +08:00
parent 616fe2c3c1
commit cc9e11859d
2 changed files with 68 additions and 0 deletions

View File

@ -42,6 +42,8 @@ export interface ImageMidjourneyImagineReqVO {
prompt: string // 提示词
model: string // 模型 mj nijj
base64Array: string[] // size不能为空
width: string // 图片宽度
height: string // 图片高度
}