weixinCustomerService

所属分类:微信小程序
开发工具:PHP
文件大小:0KB
下载次数:0
上传日期:2017-12-07 09:11:06
上 传 者sh-1993
说明:  主要使用了 微 信 小程序的客服接口,通过将用户输入的消息发送至自己服务器端。 此服务器端用于接收和存储聊天内容,并且提供简单的查看历史资料和模拟客服发送消息的功能。
(It mainly uses the customer service interface of WeChat applet to send the message entered by the user to its own server. This server is used to receive and store chat content, and provides simple functions of viewing historical data and simulating customer service to send messages.)

文件列表:
.env.example (716, 2017-12-07)
LICENSE (1067, 2017-12-07)
app/ (0, 2017-12-07)
app/Console/ (0, 2017-12-07)
app/Console/Kernel.php (819, 2017-12-07)
app/Exceptions/ (0, 2017-12-07)
app/Exceptions/Handler.php (1877, 2017-12-07)
app/Http/ (0, 2017-12-07)
app/Http/Controllers/ (0, 2017-12-07)
app/Http/Controllers/AdminController.php (1636, 2017-12-07)
app/Http/Controllers/Auth/ (0, 2017-12-07)
app/Http/Controllers/Auth/ForgotPasswordController.php (834, 2017-12-07)
app/Http/Controllers/Auth/LoginController.php (943, 2017-12-07)
app/Http/Controllers/Auth/RegisterController.php (1817, 2017-12-07)
app/Http/Controllers/Auth/ResetPasswordController.php (952, 2017-12-07)
app/Http/Controllers/BaseController.php (5149, 2017-12-07)
app/Http/Controllers/Controller.php (361, 2017-12-07)
app/Http/Controllers/IndexController.php (5882, 2017-12-07)
app/Http/Kernel.php (1983, 2017-12-07)
app/Http/Middleware/ (0, 2017-12-07)
app/Http/Middleware/EncryptCookies.php (300, 2017-12-07)
app/Http/Middleware/RedirectIfAuthenticated.php (523, 2017-12-07)
app/Http/Middleware/TrimStrings.php (342, 2017-12-07)
app/Http/Middleware/VerifyCsrfToken.php (334, 2017-12-07)
app/Providers/ (0, 2017-12-07)
app/Providers/AppServiceProvider.php (403, 2017-12-07)
app/Providers/AuthServiceProvider.php (575, 2017-12-07)
app/Providers/BroadcastServiceProvider.php (380, 2017-12-07)
app/Providers/EventServiceProvider.php (596, 2017-12-07)
app/Providers/RouteServiceProvider.php (1529, 2017-12-07)
app/User.php (511, 2017-12-07)
artisan (1646, 2017-12-07)
bootstrap/ (0, 2017-12-07)
bootstrap/app.php (1602, 2017-12-07)
bootstrap/autoload.php (559, 2017-12-07)
bootstrap/cache/ (0, 2017-12-07)
... ...

### 微信小程序客服程序服务端(客服系统) [![GitHub forks](https://img.shields.io/github/forks/feistiller/weixinCustomerService.svg)](https://github.com/feistiller/weixinCustomerService/network) [![GitHub stars](https://img.shields.io/github/stars/feistiller/weixinCustomerService.svg)](https://github.com/feistiller/weixinCustomerService/stargazers) [![GitHub license](https://img.shields.io/github/license/feistiller/weixinCustomerService.svg)](https://github.com/feistiller/weixinCustomerService/blob/master/LICENSE) 主要使用了微信小程序的客服接口,通过将用户输入的消息发送至自己服务器端。 此服务器端用于接收和存储聊天内容,并且提供简单的查看历史资料和模拟客服发送消息的功能。 - 接入图灵机器人,实现对话的自动回复 - 可以切换机器人模式和用户模式 - 使用文件的方式进行对话和日志的存储 - 可以使用简单的输入文字的方式在界面上进行回复聊天 > 需要在.env中增加自己的机器人和access_token的获取配置信息 ### 开源许可证 --- [MIT](https://opensource.org/licenses/MIT) license

近期下载者

相关文件


收藏者