Task:3744 【新需求】礼品卡图片自定义
This commit is contained in:
@@ -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);
|
||||
}
|
||||
Reference in New Issue
Block a user