修改优惠卷表。重写注册发放优惠卷逻辑。新增品牌model。
This commit is contained in:
@@ -87,8 +87,7 @@ class UserCouponExpiredNoticeDelayDirectConsumer extends ConsumerMessage
|
||||
// 患者-优惠卷即将过期
|
||||
$MessagePush = new MessagePush($user_coupon['user_id']);
|
||||
$MessagePush->patientExpireCoupon($coupon['coupon_name']);
|
||||
|
||||
}catch (\Exception $e){
|
||||
}catch (\Throwable $e){
|
||||
Log::getInstance("queue-UserCouponExpiredNotice")->error("错误:" . $e->getMessage());
|
||||
return Result::DROP;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user