行業(yè)大模型開發(fā)服務(wù)商推薦:數(shù)商云——企業(yè)智能化轉(zhuǎn)型的專業(yè)伙伴
$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);}// 設(shè)置默認(rèn)過濾機制$request->filter($config['default_filter']);