|
@@ -80,7 +80,8 @@ class Coupon extends Common
|
|
$this->repeatFilter(null, 2);
|
|
$this->repeatFilter(null, 2);
|
|
$userCoupon = $this->getCoupon($id);
|
|
$userCoupon = $this->getCoupon($id);
|
|
|
|
|
|
- $this->success('领取成功', $userCoupon);
|
|
|
|
|
|
+ $this->success('领取成功');
|
|
|
|
+// $this->success('领取成功', $userCoupon);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|