We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47de98a commit 915cd6fCopy full SHA for 915cd6f
clients/python/README.MD
@@ -44,8 +44,8 @@ python -m grpc_tools.protoc --python_out=. --proto_path=../../../WeChatFerry/rpc
44
45
## 版本更新
46
47
-### v39.4.2.1
48
-* 实现视频下载方法
+### v39.4.3.0
+* 实现通过好友申请功能
49
50
<details><summary>点击查看更多</summary>
51
@@ -79,6 +79,7 @@ python -m grpc_tools.protoc --python_out=. --proto_path=../../../WeChatFerry/rpc
79
* 获取朋友圈消息
80
* 下载图片
81
* 解密图片
82
+* 通过好友申请
83
* 添加群成员
84
* 删除群成员
85
* 邀请群成员
clients/python/wcferry/client.py
@@ -1,7 +1,7 @@
1
#! /usr/bin/env python3
2
# -*- coding: utf-8 -*-
3
4
-__version__ = "39.4.2.2"
+__version__ = "39.4.3.0"
5
6
import atexit
7
import base64
0 commit comments