From a548191e308e51a2f93dfc796b7582f9c1068b73 Mon Sep 17 00:00:00 2001 From: luofei <604446095@qq.com> Date: Sat, 16 Mar 2024 13:53:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E9=97=AD=E8=A1=A5=E8=B4=B4=E8=87=AA?= =?UTF-8?q?=E5=8A=A8=E6=BF=80=E6=B4=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/event.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/event.php b/app/event.php index 1add50b7..b5a2add6 100755 --- a/app/event.php +++ b/app/event.php @@ -56,7 +56,7 @@ return [ \crmeb\listens\CloseUserSvipListen::class, \crmeb\listens\SendSvipCouponListen::class, \crmeb\listens\AutoCheckCreditBuyListen::class, - \crmeb\listens\ActivateConsumptionListen::class, +// \crmeb\listens\ActivateConsumptionListen::class, \crmeb\listens\SetProductProfitRateListen::class, \crmeb\listens\SendSubsidyCouponListen::class, ] : [],