index.php 184 B

12345678910
  1. <?php
  2. /**
  3. * @Created by PhpStorm
  4. * @author: Kirin
  5. * @day: 2024/11/19
  6. * @time: 13:01
  7. */
  8. \think\facade\Route::miss(function () {
  9. return app('json')->fail('路由不存在');
  10. });