diff --git a/app/Services/CouponService.php b/app/Services/CouponService.php index 771205d..7bc1650 100644 --- a/app/Services/CouponService.php +++ b/app/Services/CouponService.php @@ -205,11 +205,9 @@ class CouponService extends BaseService return true; } -// dump($coupon->toArray());die; foreach ($coupons as $coupon){ // 发放优惠卷 $res = $this->GrantUserCoupon($coupon['coupon_id'],$user_id); - dump($res);die; if (!$res){ // 发放失败 return false;