【修改todo】增加 sd 各种参数

This commit is contained in:
cherishsince
2024-06-30 16:10:45 +08:00
parent f98f794f77
commit f19e8c4d0a
3 changed files with 188 additions and 80 deletions

View File

@ -66,7 +66,7 @@ export const ImageApi = {
},
// 获取【我的】绘图记录列表
getImageListMyByIds: async (ids: number[]) => {
return await request.get({ url: `/ai/image/get-my-ids`, params: { ids: ids.join(',') } })
return await request.get({ url: `/ai/image/my-list-by-ids`, params: { ids: ids.join(',') } })
},
// 生成图片
drawImage: async (data: ImageDrawReqVO) => {