|
|
|
@ -55,7 +55,7 @@ return [ |
|
|
|
|
\crmeb\listens\AuthCancelActivityListen::class, |
|
|
|
|
\crmeb\listens\CloseUserSvipListen::class, |
|
|
|
|
\crmeb\listens\SendSvipCouponListen::class, |
|
|
|
|
// \crmeb\listens\task\CustomizeTask::class, |
|
|
|
|
\crmeb\listens\task\CustomizeTask::class, |
|
|
|
|
] : [], |
|
|
|
|
'pay_success_user_recharge' => [\crmeb\listens\pay\UserRechargeSuccessListen::class], |
|
|
|
|
'pay_success_user_order' => [\crmeb\listens\pay\UserOrderSuccessListen::class], |
|
|
|
@ -65,7 +65,6 @@ return [ |
|
|
|
|
'order.paySuccess' => [\crmeb\listens\pay\CustomizePaySuccess::class], |
|
|
|
|
'order.take' => [\crmeb\listens\pay\CustomizeTake::class], |
|
|
|
|
'order.refundAll' => [\crmeb\listens\pay\CustomizeRefundAll::class], |
|
|
|
|
'order.statistics' => [\crmeb\listens\task\CustomizeTask::class], |
|
|
|
|
], |
|
|
|
|
|
|
|
|
|
'subscribe' => [], |
|
|
|
|