2025云南曲靖市考试录用公务员拟录用人员公示(一)
0评论2025-3-17 16:35:09
2025陕西冶金医院招聘公告(39人)
24评论2025-3-13 11:40:32
2025年度吉林省农村义务教育阶段学校特岗教师招聘方案(2200
29评论2025-3-11 03:08:27
2025年度郑州大学第三附属医院招聘硕士研究生48名公告+
37评论2025-3-18 08:07:01
2025年曲阜师范大学招聘工作人员8人公告
35评论2025-3-19 16:32:42
2025年四川泸州江阳区考试转任公务员和选调事业单位工作人员
63评论2025-3-19 05:41:13
2025黑龙江鹤岗萝北县医共体公开招聘编外人员18人公告
88评论2025-3-16 20:17:15
正在加载中...
海报生成中...
生成失败
$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']);