middleware.php 83 B

1234567
  1. <?php
  2. //中间件定义
  3. return [
  4. app\admin\middleware\apiMiddleware::class
  5. ];