code review by hf: fixes bug to coupon newuser second times
Showing
1 changed file
with
0 additions
and
1 deletions
@@ -643,7 +643,6 @@ class CouponController extends HuodongAction | @@ -643,7 +643,6 @@ class CouponController extends HuodongAction | ||
643 | } | 643 | } |
644 | } | 644 | } |
645 | 645 | ||
646 | - var_dump($uid); | ||
647 | /* 领取指定的优惠券操作 */ | 646 | /* 领取指定的优惠券操作 */ |
648 | $result = ActivityData::getCouponNamed($uid, $activityId, $couponId); | 647 | $result = ActivityData::getCouponNamed($uid, $activityId, $couponId); |
649 | 648 |
-
Please register or login to post a comment