mirror of
https://gitee.com/ulthon/ulthon_information.git
synced 2026-09-03 23:31:37 +08:00
feat(api-key): add api_key table, source fields, model and auth middleware
This commit is contained in:
4
app/api/middleware.php
Normal file
4
app/api/middleware.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
|
||||
// API中间件通过控制器 $middleware 属性挂载,不需要全局注册
|
||||
return [];
|
||||
Reference in New Issue
Block a user