chore(aikefu): 更新UI: 会话管理
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
/**
|
||||
* 智能客服配置页
|
||||
|
||||
Reference in New Issue
Block a user