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