【增加】midjourney 增加版本号设置

This commit is contained in:
cherishsince
2024-05-31 14:25:16 +08:00
parent 3c4327e4dd
commit 9bd8d8e9cb
2 changed files with 67 additions and 0 deletions

View File

@ -48,6 +48,7 @@ export interface ImageMidjourneyImagineReqVO {
base64Array: string[] // size不能为空
width: string // 图片宽度
height: string // 图片高度
version: string // 版本
}
// TODO 芋艿review 下整体注释、方法名