// +---------------------------------------------------------------------- use app\Request; // 容器Provider定义文件 return [ //'think\Request' => Request::class, 'think\exception\Handle' => ywxapp\handler\ExceptionHandle::class, //'think\app\MultiApp' => ywxapp\middleware\MultiApp::class, //'hookService' => \ywxapp\service\HookService::class, ];