Task:3744 【新需求】礼品卡图片自定义

This commit is contained in:
linxi
2025-05-09 11:37:50 +08:00
parent c8157c144e
commit d09b0c23e2
2 changed files with 29 additions and 2 deletions
+8
View File
@@ -55,4 +55,12 @@ export function getGiftCardSendOrderAmount(key, data) {
*/
export function getGiftCardResend(data) {
return request.post("/giftCard/makeAgain", data);
}
/**
* 获取背景图
* @param {*} data
*/
export function getGiftCardSendBackground(data) {
return request.get("giftCard/giftCardBackgroundImage", data);
}