$queue
$queue :
__construct(\think\App $app, array $config = array())
| \think\App | $app | |
| array | $config |
__make(\think\App $app, \think\Config $config)
| \think\App | $app | |
| \think\Config | $config |
dispatch(\think\Request $request, string $type = 'route')
中间件调度
| \think\Request | $request | |
| string | $type | 中间件类型 |