|
|
|
@ -161,6 +161,13 @@ class CouponRebateService implements CouponRebateServiceInterface |
|
|
|
$result['coupon_text'] = '恭喜您领取成功!'; |
|
|
|
} |
|
|
|
}); |
|
|
|
} catch (Exception $e){ |
|
|
|
$errorData['msg'] = $e->getMessage(); |
|
|
|
$this->log->event( |
|
|
|
LogLabel::COUPON_LOG, |
|
|
|
$errorData |
|
|
|
); |
|
|
|
} |
|
|
|
if(count($receiveSsdb) > 0){ |
|
|
|
$saveSsdb = []; |
|
|
|
foreach($receiveSsdb as $kssdb => $vssdb){ |
|
|
|
@ -344,4 +351,5 @@ class CouponRebateService implements CouponRebateServiceInterface |
|
|
|
|
|
|
|
|
|
|
|
return '返券成功'; |
|
|
|
}} |
|
|
|
} |
|
|
|
} |