feat : wx login

This commit is contained in:
2025-03-24 09:26:43 +08:00
parent f98b9f1ff7
commit 8925d4bbd8
2 changed files with 13 additions and 2 deletions

View File

@@ -12,4 +12,5 @@ declare(strict_types=1);
return [
Hyperf\ExceptionHandler\Listener\ErrorExceptionHandler::class,
Hyperf\Command\Listener\FailToHandleListener::class,
App\Listener\FirstRegistrationListener::class,
];