diff --git a/honey_box/common/server/coupon.js b/honey_box/common/server/coupon.js index b91c86c3..d44dd5f3 100644 --- a/honey_box/common/server/coupon.js +++ b/honey_box/common/server/coupon.js @@ -52,7 +52,7 @@ export const receiveCoupon = async (couponId) => { */ export const receiveCoupons = async (couponIds) => { return await RequestManager.post('/receive', { - coupon_id: couponIds + couponId: couponIds }); };