Browse Source

Merge branch 'hotfix_coupon' into develop

master
weigang 6 years ago
parent
commit
b52e1d6ef9
  1. 2
      app/Controller/CouponController.php

2
app/Controller/CouponController.php

@ -31,7 +31,7 @@ class CouponController extends BaseController
$receive_type = $this->request->input('receive_type', 0);
if ($this->empty($user_id) || $this->empty($receive_type)) {
$this->success(['not_reveive' => []]);
return $this->success(['not_reveive' => []]);
}
$c_ids = [];

Loading…
Cancel
Save