Merge branch 'feature/purchase_record' into dev

This commit is contained in:
luofei 2023-07-04 14:44:17 +08:00
commit 7fbfffbc30
2 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ return [
\crmeb\listens\AuthCancelActivityListen::class,
\crmeb\listens\CloseUserSvipListen::class,
\crmeb\listens\SendSvipCouponListen::class,
\crmeb\listens\AutoUnfreezeMerchantListen::class,
\crmeb\listens\AutoFreezeMerchantListen::class,
] : [],
'pay_success_user_recharge' => [\crmeb\listens\pay\UserRechargeSuccessListen::class],
'pay_success_user_order' => [\crmeb\listens\pay\UserOrderSuccessListen::class],

View File

@ -18,7 +18,7 @@ use app\common\repositories\system\merchant\MerchantRepository;
use crmeb\interfaces\ListenerInterface;
use crmeb\services\TimerService;
class AutoUnfreezeMerchantListen extends TimerService implements ListenerInterface
class AutoFreezeMerchantListen extends TimerService implements ListenerInterface
{
public function handle($event): void
{