route.php 115 B

123456789
  1. <?php
  2. return [
  3. // 全局路由中间件
  4. 'middleware' => [
  5. 'jwt',
  6. 'validate'
  7. ]
  8. ];