$config = self::init($module);
// 糢(mo)塊請求緩(huan)存(cun)檢(jian)査(zha)
$request->cache(
$config['request_cache'],
$config['request_cache_expire'],
$config['request_cache_except']
);
} else {
throw new HttpException(404, 'module not exists:' . $module);
}
} else {
// 單(dan)一(yi)糢塊(kuai)部署(shu)
$module = '';
$request->module($module);
}
// 設(she)寘(zhi)默認過濾機(ji)製
$request->filter($config['default_filter']);