From a5cc5001bf9df740f04aa61956436daad9d256a8 Mon Sep 17 00:00:00 2001 From: gpu Date: Tue, 3 Feb 2026 01:05:40 +0800 Subject: [PATCH] 321 --- honey_box/common/server/coupon.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }); };