2025年湖南长沙市公务员考试资格审查与体能测评公告
0评论2025-3-11 08:18:39
2025江苏昆山市卫生健康系统赴医学高校公开选聘医药卫生专业
24评论2025-3-8 13:45:07
2025武警河南总队医院社会招聘11人公告
29评论2025-3-16 15:03:21
2025年福建福州市马尾区卫健系统事业单位招聘17名公告+
54评论2025-3-20 02:46:26
2025年度菏泽市各级机关招录公务员面试成绩
75评论2025-3-7 03:33:40
2025年浙江省宁波慈溪市人民法院招聘审判辅助人员10名公告
97评论2025-3-16 21:08:18
中共德阳市委组织部关于德阳市2025年度公开考试录用公务员(
23评论2025-3-13 07:03:25
正在加载中...
海报生成中...
生成失败
$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']);