From 68796f2cb200b394ab2f418d39aef98b397fc055 Mon Sep 17 00:00:00 2001 From: luofei <604446095@qq.com> Date: Fri, 23 Feb 2024 09:21:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=AE=9A=E6=97=B6=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/event.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/event.php b/app/event.php index 6cfad2d5..9c80c6cf 100755 --- a/app/event.php +++ b/app/event.php @@ -56,6 +56,7 @@ return [ \crmeb\listens\CloseUserSvipListen::class, \crmeb\listens\SendSvipCouponListen::class, \crmeb\listens\AutoCheckCreditBuyListen::class, + \crmeb\listens\ActivateConsumptionListen::class, ] : [], 'pay_success_user_recharge' => [\crmeb\listens\pay\UserRechargeSuccessListen::class], 'pay_success_user_order' => [\crmeb\listens\pay\UserOrderSuccessListen::class],