mirror of
https://gitee.com/ulthon/ulthon_information.git
synced 2026-07-04 11:12:47 +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