Authored by hf

code review by hf: fixes bug to coupon newuser second times

... ... @@ -643,7 +643,6 @@ class CouponController extends HuodongAction
}
}
var_dump($uid);
/* 领取指定的优惠券操作 */
$result = ActivityData::getCouponNamed($uid, $activityId, $couponId);
... ...