Skip to content

微信公共平台消息接口服务中间件-修改版

Notifications You must be signed in to change notification settings

hermione521/wechat-pro

 
 

Repository files navigation

#wechat-pro

npm page

Install: npm install 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.

About

微信公共平台消息接口服务中间件-修改版

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%