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