0.0.1 • Published 10 years ago

wechat-pro v0.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
10 years ago

#wechat-pro

微信公共平台消息接口服务中间件与API SDK

forked from node-webot/wechat

wechat-pro是wechat的一个修改版,修改涉及:

用request替换urllib

提供proxy功能

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.