Feat:订单退款,礼品下单
This commit is contained in:
+16
-1
@@ -63,4 +63,19 @@ export function getGiftCardResend(data) {
|
||||
*/
|
||||
export function getGiftCardSendBackground(data) {
|
||||
return request.get("giftCard/giftCardBackgroundImage", data);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* 创建团购礼品
|
||||
* @param {*} data
|
||||
*/
|
||||
export function createGroupBuyGift(data) {
|
||||
return request.post("/travel/giftCardOrder/confirm", data);
|
||||
}
|
||||
/**
|
||||
* 旅居团购礼品卡订单创建
|
||||
* @param {*} data
|
||||
*/
|
||||
export function createSojoumGroupBuyGift(key, data) {
|
||||
return request.post("/travel/giftCardOrder/create/" + key, data);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user