Task:礼品赠送/送礼、分享。收礼

This commit is contained in:
modendeveloper
2025-02-21 01:21:22 +08:00
parent 40207f11a1
commit e1328a7825
5 changed files with 419 additions and 67 deletions
+2 -2
View File
@@ -12,7 +12,7 @@ export function getGiftCardSendOrderConfirm(data) {
* 礼品卡送礼订单创建
* @param {*} data
*/
export function getGiftCardSendOrder(key) {
return request.post("/giftCard/create/" + key);
export function getGiftCardSendOrder(key, data) {
return request.post("/giftCard/create/" + key, data);
}