1
0
mirror of https://github.com/chatopera/cosin.git synced 2025-08-01 16:38:02 +08:00

Closed #89 增加testclient.html

This commit is contained in:
Hai Liang Wang 2018-09-27 11:09:15 +08:00
parent 18dc88f514
commit e95d369df4

View File

@ -0,0 +1,23 @@
<!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" />
<title>春松客服</title>
<!-- 春松客服访客端演示程序 https://github.com/chatopera/cosin/wiki/春松客服访客端演示 -->
<!-- 系统:客服接入:网站列表:创建新网站 网站地址(localhost) -->
<script defer="true" src="http://localhost:8035/im/104eac.html"></script>
</head>
<body>
<h2>春松客服演示客户端</h2>
<a href="https://github.com/chatopera/cosin/wiki/%E6%98%A5%E6%9D%BE%E5%AE%A2%E6%9C%8D%E8%AE%BF%E5%AE%A2%E7%AB%AF%E6%BC%94%E7%A4%BA" target="_blank">详细文档</a>
</body>
</html>