mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-15 19:35:07 +08:00
【增加】AI Image 列表增加删除
This commit is contained in:
@ -52,4 +52,8 @@ export const ImageApi = {
|
||||
dall: async (data: ImageDallReqVO)=> {
|
||||
return await request.post({ url: `/ai/image/dall`, data })
|
||||
},
|
||||
// 删除
|
||||
deleteImage: async (id: number)=> {
|
||||
return await request.delete({ url: `/ai/image/delete?id=${id}`})
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user