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