// +---------------------------------------------------------------------- use app\mainapp\ExceptionHandle; use app\mainapp\Request; // 容器Provider定义文件 return [ 'think\Request' => Request::class, 'think\exception\Handle' => ExceptionHandle::class, ];