|
|
@ -99,7 +99,7 @@ class CouponController extends BaseController |
|
|
); |
|
|
); |
|
|
} |
|
|
} |
|
|
$res = $this->couponRecService->getAvailableList($userId,$receiveType); |
|
|
$res = $this->couponRecService->getAvailableList($userId,$receiveType); |
|
|
if(empty($res->not_receive)){ |
|
|
|
|
|
|
|
|
if(empty($res['not_receive'])){ |
|
|
return $this->success( |
|
|
return $this->success( |
|
|
[ |
|
|
[ |
|
|
'status' => 'error', |
|
|
'status' => 'error', |
|
|
|