提交其他文件

This commit is contained in:
2026-03-11 18:24:59 +08:00
parent 4b490670f1
commit f0d7f60fd5
1377 changed files with 73456 additions and 0 deletions

11
app/middleware.php Normal file
View File

@ -0,0 +1,11 @@
<?php
// 全局中间件定义文件
return [
// 微信公众号跨域中间件
app\common\http\middleware\WechatAllowMiddleware::class,
//跨域中间件
app\common\http\middleware\LikeAdminAllowMiddleware::class,
//基础中间件
app\common\http\middleware\BaseMiddleware::class,
];