<?php /** * @Created by PhpStorm * @author: Kirin * @day: 2024/11/19 * @time: 13:01 */ \think\facade\Route::miss(function () { return app('json')->fail('路由不存在'); });