增加基础配置
Some checks failed
Build Docker / build (push) Has been cancelled

This commit is contained in:
2025-07-12 11:59:33 +08:00
parent fb50096e66
commit 8a3ab17b25
44 changed files with 1599 additions and 66 deletions

View File

@ -13,6 +13,7 @@ declare(strict_types=1);
use App\JsonRpc\EasyAppServiceInterface;
use App\JsonRpc\InventoryServiceInterface;
use App\JsonRpc\RoleServiceInterface;
use App\JsonRpc\UserAuthServiceInterface;
use function Hyperf\Support\value;
@ -23,6 +24,7 @@ return [
'UserAuthService' => UserAuthServiceInterface::class,
'EasyAppService' => EasyAppServiceInterface::class,
'InventoryService' => InventoryServiceInterface::class,
'RoleService' => RoleServiceInterface::class,
];
foreach ($services as $name => $interface) {
$consumers[] = [