多商户客服系统接入调用DEMO测试中...

<script src="https://kf.ongl.cn/static/xchat/js/xchat.js?v=052b86e44d"></script>
			<script>
			   XChat.init({
			       open: 1,
			       text: '访客端',
			       sendImage: 1,
			       sendFile: 1,
			       socket: 'kf.ongl.cn/ws'
			    })
			    XChat.init({
			        type: 'service',
			        text: '客服端',
			        socket: 'kf.ongl.cn/ws',
			        success: function (box) {
			            box.querySelector('.xchat-start').style.bottom = '80%'
			        }
			    })
		</script>