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

This commit is contained in:
2025-12-08 11:09:17 +08:00
parent d3a86b2900
commit 7cc74f66b9
3 changed files with 6 additions and 530 deletions

View File

@@ -29,15 +29,6 @@ class Kefu extends BaseShop
return $this->fetch("kefu/index");
}
/**
* 合并会话和消息页面
* @return mixed
*/
public function combined()
{
return $this->fetch("kefu/combined");
}
/**
* 智能客服配置页
* @return \think\response\View|\think\response\Json