Files
chazhi_admin_broker/app/middleware.php
2026-03-11 18:24:59 +08:00

12 lines
316 B
PHP

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