mirror of
https://github.com/chatopera/cosin.git
synced 2025-08-05 20:41:34 +08:00
Created 春松客服访客端演示 (markdown)
parent
814e2646f3
commit
d9a59ebf65
43
春松客服访客端演示.md
Normal file
43
春松客服访客端演示.md
Normal file
@ -0,0 +1,43 @@
|
||||
# 春松客服-模拟访客端
|
||||
|
||||
## 网站渠道
|
||||
|
||||
登录演示系统
|
||||
|
||||
```
|
||||
http://cc.chatopera.com/
|
||||
用户名:admin
|
||||
密码:admin1234
|
||||
```
|
||||
|
||||
保证有下面的一条网站渠道:
|
||||
|
||||

|
||||
|
||||
|
||||
|
||||
## 网页
|
||||
|
||||
复制下面的代码,保存为 ```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>
|
||||
|
||||
```
|
||||
|
||||
从浏览器中,查看“聊天控件”。
|
||||
|
||||

|
Loading…
x
Reference in New Issue
Block a user