Feat(送礼):支持AI的文生图-5
This commit is contained in:
+12
@@ -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
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user