#wechat-pro
Install: npm install wechat-pro
微信公共平台消息接口服务中间件与API SDK
forked from node-webot/wechat
wechat-pro是wechat的一个修改版,修改涉及:
var api = new API('appid', 'secret');
is changed to:
var api = new API('appid', 'secret', 'proxy');
and
var api = new OAuth('appid', 'secret');
is changed to:
var api = new OAuth('appid', 'secret', 'proxy');
======
原作README在这里
See wechat README English version here
原作API文档在这里
Note: test failure is a known issue.