Feat(送礼):支持AI的文生图-5

This commit is contained in:
lifizer
2026-09-15 16:39:32 +08:00
parent 46d8fe8b70
commit bc5a59c104
3 changed files with 364 additions and 55 deletions
+12
View File
@@ -148,3 +148,15 @@ export function aiGiftImageStatus(params) {
login: true
})
}
/**
* 获取商品以前使用过的AI礼品卡图片
* @param {*} params
* @returns
*/
export function aiGiftImageHistory(params) {
return request.get("/giftCard/aiGiftImages/history?productId=" + params.productId, {
login: true
})
}