chore(aikefu): 更新UI: 会话管理

This commit is contained in:
2025-12-08 11:05:01 +08:00
parent 79e6f6ebd7
commit d3a86b2900
3 changed files with 531 additions and 7 deletions

View File

@@ -24,10 +24,19 @@ class Kefu extends BaseShop
public function index()
{
$kefu_config_model = new KefuConfigModel();
$config_info = $kefu_config_model->getConfig($this->site_id, $this->app_module)['data']['value'] ?? [];
$config_info = $kefu_config_model->getConfig($this->site_id, $this->app_module)["data"]["value"] ?? [];
$this->assign("config_info", $config_info);
return $this->fetch("kefu/index");
}
/**
* 合并会话和消息页面
* @return mixed
*/
public function combined()
{
return $this->fetch("kefu/combined");
}
/**
* 智能客服配置页