From 51fd354cbf2aef5a006149283a6ac161e225826d Mon Sep 17 00:00:00 2001 From: ZF sun <34314687@qq.com> Date: Mon, 8 Dec 2025 09:15:56 +0800 Subject: [PATCH] =?UTF-8?q?chore(addon/aikefu):=20=E8=8E=B7=E5=8F=96?= =?UTF-8?q?=E7=AE=80=E5=8D=95=E7=9A=84=E9=85=8D=E7=BD=AE=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=EF=BC=8C=E5=8C=85=E6=8B=AC=EF=BC=9Aenabled=EF=BC=8Cstatus?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/api/controller/Config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/api/controller/Config.php b/src/app/api/controller/Config.php index 58f33a9e7..837c9a95e 100644 --- a/src/app/api/controller/Config.php +++ b/src/app/api/controller/Config.php @@ -125,7 +125,7 @@ class Config extends BaseApi $map_config = $config_model->getMapConfig($this->site_id, 'shop')[ 'data' ][ 'value' ]; // 智能客服配置信息 - $aikefu_config = event('KefuGetConfig', ['site_id' => $this->site_id]); + $aikefu_config = event('KefuGetConfig', ['site_id' => $this->site_id], true); $website_model = new SiteModel(); $site_info = $website_model->getSiteInfo([ [ 'site_id', '=', $this->site_id ] ], 'site_id,site_domain,site_name,logo,seo_title,seo_keywords,seo_description,site_tel,logo_square')[ 'data' ];