Skip to content
/ wxPush Public

一个关于微信小程序接入客服的示例代码

Notifications You must be signed in to change notification settings

boring2/wxPush

Repository files navigation

本项目是微信小程序客服接入时的一个小demo,官方文档写的太简洁了,没有示例代码.要自己撸一遍.

下面是leancloud的官方readme

Node.js Getting started

在 LeanCloud 云引擎上使用 Express 的 Node.js 实例项目。

一键部署

Deploy to LeanEngine

本地运行

首先确认本机已经安装 Node.js 运行环境和 LeanCloud 命令行工具,然后执行下列指令:

$ git clone https://github.com/leancloud/node-js-getting-started.git
$ cd node-js-getting-started

安装依赖:

npm install

登录并关联应用:

lean login
lean switch

启动项目:

lean up

之后你就可以在 localhost:3000 访问到你的应用了。

部署到 LeanEngine

部署到预备环境(若无预备环境则直接部署到生产环境):

lean deploy

相关文档

About

一个关于微信小程序接入客服的示例代码

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages