middleware.php 138 B

1234567
  1. <?php
  2. // 全局中间件定义文件
  3. return [
  4. \think\middleware\LoadLangPack::class,
  5. \app\common\middleware\VerifySign::class,
  6. ];