💬 智能客服系统

点击右下角的聊天按钮,体验智能客服与人工客服无缝切换

📋 系统功能

🛠 技术架构

🔌 接入方式

在您的网站中添加以下代码即可使用:

<link rel="stylesheet" href="https://your-domain/kefu.css">
<script src="https://your-domain/kefu.js"></script>
<script>
  var kefu = new Kefu({
    apiBase: '/api',
    title: '智能客服',
    subtitle: '在线为您服务'
  });
</script>