node-easywechat 3.3.0 → 3.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
|
|
15
15
|
### 安装
|
|
16
16
|
|
|
17
|
-
`npm install -S node-easywechat
|
|
17
|
+
`npm install -S node-easywechat`
|
|
18
18
|
|
|
19
19
|
**注:3.x 版本需要 Node.js 15.6.0 及以上版本**
|
|
20
20
|
|
|
@@ -301,5 +301,5 @@ app.setRequest(request);
|
|
|
301
301
|
- [x] 小程序
|
|
302
302
|
- [x] 开放平台
|
|
303
303
|
- [x] 企业微信
|
|
304
|
-
- [
|
|
305
|
-
- [
|
|
304
|
+
- [x] 企业微信开放平台
|
|
305
|
+
- [x] 自定义
|