From 826b4720f9ef1a1b86025846239a201b6b06422f Mon Sep 17 00:00:00 2001 From: Samurais Date: Thu, 14 May 2020 13:41:43 +0800 Subject: [PATCH] =?UTF-8?q?Destroyed=20=E6=98=A5=E6=9D=BE=E5=AE=A2?= =?UTF-8?q?=E6=9C=8D=E8=AE=BF=E5=AE=A2=E7=AB=AF=E6=BC=94=E7=A4=BA=20(markd?= =?UTF-8?q?own)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 春松客服访客端演示.md | 74 ---------------------------------- 1 file changed, 74 deletions(-) delete mode 100644 春松客服访客端演示.md diff --git a/春松客服访客端演示.md b/春松客服访客端演示.md deleted file mode 100644 index c2bf48d..0000000 --- a/春松客服访客端演示.md +++ /dev/null @@ -1,74 +0,0 @@ -# 春松客服-模拟访客端 - -本文档介绍如何测试网页端访客程序,假设服务是自动在本地 http://localhost:8035 端口。 - - -## 网站渠道 - -### 创建网站渠道 - -``` -http://localhost:8035/ -用户名:admin -密码:admin1234 -``` - -保证有下面的一条网站渠道: - -![image](https://user-images.githubusercontent.com/3538629/45284166-64cd1200-b512-11e8-9c48-f66c5617fe12.png) - - -**注意**:网站地址为 *localhost* - -### 设计网页端样式 -在网站列表中,从右侧操作中点击“设计”。 -![](https://user-images.githubusercontent.com/3538629/47126467-4ac5e280-d2bb-11e8-8c8a-dd30f4dd9870.png) - -按照需求配置各种属性。 -![](https://user-images.githubusercontent.com/3538629/47126578-d8a1cd80-d2bb-11e8-9fa9-1ed270c2af12.png) - -### 访问测试程序 - -浏览器打开 -``` -http://localhost:8035/testclient.html -``` - -![image](https://user-images.githubusercontent.com/3538629/45284349-e1f88700-b512-11e8-80e9-a6204ec91b75.png) - -### 网站留言 - -如果当前系统中没有"在线"并且"就绪"的客服人员,则进入留言。 - - -## 嵌入代码到网站中 - -在目标接入访客聊天控件的网站中,网页HTML的header中加入一行代码,就可以访问了,代码: - -``` - -``` - -**注意**:如果使用80或443端口,可省略端口。 - -HTML示例: - -``` - - - - - - - - - - -春松客服演示客户端 - - - - -``` - -