$modulePath
$modulePath : string
App 应用管理
run(\think\Request $request = null) : \think\Response
执行应用程序
\think\Request | $request | Request对象 |
routeCheck(\think\Request $request, array $config) : array
URL路由检测(根据PATH_INFO)
\think\Request | $request | |
array | $config |