setConfig($value); } /** * 获取app配置 * @return mixed */ public function getConfig(){ return (new CoreAppService())->getConfig(); } }