1
0
mirror of https://github.com/chatopera/cosin.git synced 2025-08-05 20:41:34 +08:00

Created 春松客服访客端演示 (markdown)

Samurais 2018-09-10 16:00:30 +08:00
parent 814e2646f3
commit d9a59ebf65

@ -0,0 +1,43 @@
# 春松客服-模拟访客端
## 网站渠道
登录演示系统
```
http://cc.chatopera.com/
用户名admin
密码admin1234
```
保证有下面的一条网站渠道:
![image](https://user-images.githubusercontent.com/3538629/45284166-64cd1200-b512-11e8-9c48-f66c5617fe12.png)
## 网页
复制下面的代码,保存为 ```cos-client.html``` 文件,然后使用浏览器打开。
```
<!DOCTYPE html>
<html lang="zh">
<head>
<!-- META -->
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script defer="true" src="http://cc.chatopera.com/im/104EAc.html"></script>
</head>
<body>
春松客服演示客户端
</body>
</html>
```
从浏览器中,查看“聊天控件”。
![image](https://user-images.githubusercontent.com/3538629/45284248-9514b080-b512-11e8-85ba-e9ca69913699.png)