|
|
|
@ -96,7 +96,7 @@ class CouponService implements CouponServiceInterface |
|
|
|
foreach ($coupons as $k => &$v){ |
|
|
|
|
|
|
|
if($v->active_type == 1){ |
|
|
|
$result['not_receive'] = $v; |
|
|
|
$result['not_receive'][] = $v; |
|
|
|
}else if($v->active_type == 2){ |
|
|
|
$result['jump_data']['coupons'][] = $v->id; |
|
|
|
} |
|
|
|
|