feat: 添加open api client管理命令

This commit is contained in:
2025-09-17 17:48:27 +08:00
parent 6068efa03f
commit fdb75e4888
2 changed files with 45 additions and 0 deletions

View File

@@ -2,9 +2,12 @@
// +----------------------------------------------------------------------
// | 控制台配置
// +----------------------------------------------------------------------
return [
// 指令定义
'commands' => [
'data:migrate' => \app\command\DataMigration::class,
'openapi:addclient' => \app\command\OpenApiMgr\AddClient::class,
],
];