QQ扫一扫联系
「在线客服系统」是一个为在线匿名用户或会员用户提供在线客服功能
系统依赖 ImServer 底层IM消息通讯模块,使用前请先安装该模块。
通过手机 WebView 直接访问地址 http://example.com/live_chat/chat/渠道
只需要在 HTML 页面引入以下一行 JavaScript 代码即可已完成客服聊天窗口。
<script src="http://example/vendor/LiveChat/entry/sdk.js?channel=渠道"></script>
http://example.com/live_chat/chat/渠道
可以通过如下方式为服务客户标记入口参数
<script src="http://example/vendor/LiveChat/entry/sdk.js?channel=渠道¶m=参数"></script>
http://example.com/live_chat/chat/渠道?param=参数