Skip to content

Commit 8e20b34

Browse files
author
Leo_chen
authored
feat(模块): 添加uos协议支持,所有实名认证微信均可登录 (#303)
* feat(模块): 添加uos协议支持,所有实名认证微信均可登录
1 parent b8e3edc commit 8e20b34

File tree

9 files changed

+10980
-3448
lines changed

9 files changed

+10980
-3448
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,4 @@ node_modules
3737
# personal
3838
/.vscode
3939
/typings
40+
.idea/*

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![](http://7xr8pm.com1.z0.glb.clouddn.com/nodeWechat.png) [![npm version](https://img.shields.io/npm/v/wechat4u.svg)](https://www.npmjs.org/package/wechat4u) [![wechat group](https://img.shields.io/badge/wechat-group-brightgreen.svg)](http://www.qr-code-generator.com/phpqrcode/getCode.php?cht=qr&chl=http%3A%2F%2Fweixin.qq.com%2Fg%2FA1zJ47b19KtgMnAx&chs=180x180&choe=UTF-8&chld=L|0)
44

5-
## Announcing wechat4u v0.7.7
5+
## Announcing wechat4u v0.7.8
66

77
### Features
88

@@ -14,6 +14,7 @@
1414

1515
### Changes
1616

17+
- 支持uos协议,所有微信均可使用,请先微信实名认证后使用
1718
- 发送消息的一类方法在成功时会返回完整响应数据
1819
- bot.user 对象中不再存储用户头像的 base64 数据
1920
- 移除 example 目录

0 commit comments

Comments
 (0)