Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/node-webot/wechat_push

微信主动发送功能模块
https://github.com/node-webot/wechat_push

Last synced: 3 days ago
JSON representation

微信主动发送功能模块

Awesome Lists containing this project

README

        

Wechat Push
=============
**微信已经提供了客服消息发送的接口,如需调用,请参见[wechat模块](https://github.com/node-webot/wechat)。本模块将不再维护。**

使用方式如下:

```
var Pusher = require('wechat_push');

var pusher = new Pusher(username, password);
pusher.login(function (err) {
// send的第一个参数为fakeId,请自行搞定
pusher.send('604347680', '搞定push', function (err, data) {
// 发送完成
done();
});
});
```

## 注意
由于微信方面没有公开相关API,不能保证本模块能永远正常工作。

## License
The MIT License

## 捐赠
如果您觉得本模块对您有帮助,欢迎请作者一杯咖啡:

[![捐赠Wechat Push](https://img.alipay.com/sys/personalprod/style/mc/btn-index.png)](https://me.alipay.com/jacksontian)