# wechat_push **Repository Path**: coozhang/wechat_push ## Basic Information - **Project Name**: wechat_push - **Description**: 微信主动发送功能模块 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-11-26 - **Last Updated**: 2024-11-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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)