Browse Source

修复return数据

master
weigang 5 years ago
parent
commit
b48d8b4789
  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