getInstance($channel); } /** * 获取某组配置项 * * @param string $section * @return array */ public function getSectionConfig($section) { $cache = new SectionConfigCache(); $result = $cache->get($section); return $result; } }