Skip to content

0.0.4

Latest

Choose a tag to compare

@na57 na57 released this 27 Oct 08:00
· 1 commit to master since this release

示例


var API = require('wxent-api-redis');
var wxapi = API('corpId', 'secret', agentId, 'redis.host, 'redis.port');
wxapi.getUser(msg.FromUserName, function (err, user) {

});