Fix:3268 【礼品功能】进入送礼页面,商品价格会变成0
This commit is contained in:
@@ -39,4 +39,12 @@ export function getGiftCardReceive(data) {
|
||||
*/
|
||||
export function getGiftCardSendNotice(data) {
|
||||
return request.get("/giftCard/giftNotice", data);
|
||||
}
|
||||
|
||||
/**
|
||||
* 计算订单金额
|
||||
* @param {*} data
|
||||
*/
|
||||
export function getGiftCardSendOrderAmount(key, data) {
|
||||
return request.post("giftCard/computed/" + key, data);
|
||||
}
|
||||
Reference in New Issue
Block a user