wechat-lite
API for nodejs .
Installation
npm install wechat-lite --save
Documentation
This project offers developers many interfaces, Currently provided:
本项目包含了很多微信开发相关的接口,当前提供:
low-level core apis, signature, token, login and more .
微信核心接口,包含:服务签名、扫码登陆、H5登陆、公众号消息推送等功能。
call web/client apis in wechat mobile client .
微信客户端 Webview 容器桥协议,与官方 API 相比实现更加纯净简单。
handle and respond message from offi
1