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