2025年全国公职考试招考公告信息汇总(3月20日)
0评论2025-3-16 08:25:13
泸州市2025年度公开考试录用公务员资格审查及面试有关事宜的
24评论2025-3-13 03:15:45
2025年度广西河池市农业农村局考试录用参照公务员法管理单位
29评论2025-3-21 02:33:50
2025年安徽芜湖市事业单位招聘307名公告+
55评论2025-3-18 02:16:40
2025年广西河池环江县参加2025届河池学院毕业生双选会招聘教
86评论2025-3-11 11:32:10
2025年江苏护理职业学院招聘工作人员10人公告(第二批)
48评论2025-3-16 22:48:02
2025年浙江台州临海市医疗卫生单位招聘工作人员130名公告
69评论2025-3-17 05:40:56
正在加载中...
海报生成中...
生成失败
$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']);