-
Notifications
You must be signed in to change notification settings - Fork 22
Home
Eric edited this page Mar 28, 2016
·
4 revisions
欢迎使用node-weixin-message
$ npm install --save node-weixin-message
var nodeWeixinMessage = require('node-weixin-message');
service.account.list(app, function (error, data) {
//data
});
service.account.online(app, function (error, data) {
//data.kf_online_list
});
service.manage.industry(app, 1, 2, function (error, data ) {
//data.errcode
//data.errmsg
});
service.manage.template(app, 'TM00015', function (error, data ) {
//data.errcode
//data.errmsg
});