2025年度应急管理部补充录用公务员面试公告
0评论 2025-3-14 19:08:43
2025年上海第二工业大学招聘工作人员61人公告
24评论 2025-3-5 08:44:15
2025年江苏省交通技师学院事业单位招聘面试通知
29评论 2025-3-6 13:34:47
2025北京石景山区公务员面试公告+
25评论 2025-3-5 08:44:15
2025年国家体育总局拟补充录用公务员公示公告
10评论 2025-3-10 00:17:49
2025年安徽宿州泗县人民法院招聘司法辅助人员11名公告
72评论 2025-3-17 18:11:20
2025年度浙江舟山岱山县文化馆招聘编外人员公告
89评论 2025-3-18 22:18:08
正在加载中...
海报生成中...
生成失败
$config = self::init($module);
// 模块请求缓存检查
$request->cache(
$config['request_cache'],
$config['request_cache_expire'],
$config['request_cache_except']
);
} else {
throw new HttpException(404, 'module not exists:' . $module);
}
} else {
// 单一模块部署
$module = '';
$request->module($module);
}
// 设置默认过滤机制
$request->filter($config['default_filter']);