Skip to content

Commit 4365911

Browse files
committed
feat(0): [wcf-bmc]-update to v39.5.2
1 parent d8be2ae commit 4365911

File tree

6 files changed

+59
-4
lines changed

6 files changed

+59
-4
lines changed

clients/java/wcf-bmc/CHANGELOG.md

Lines changed: 57 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,62 @@ ___
1818

1919
<br/><br/>
2020

21-
## v39.5.1
21+
## v39.5.2
22+
23+
### 版本列表
24+
25+
下载地址:[v39.5.2](https://github.com/lich0821/WeChatFerry/releases/tag/v39.5.2)
26+
27+
| 名称 | 版本 | 文件名 |
28+
|-----------------|-----------|---------------------------|
29+
| 微信客户端 | 3.9.12.51 | WeChatSetup-3.9.12.51.exe |
30+
| WeChatFerry-SDK | 39.5.2 | v39.5.2.zip |
31+
| wcf-bmc | 39.5.2.1 | wcf-bmc-39.5.2.1.jar |
32+
33+
### 功能列表
34+
35+
| 接口名 | 地址 |
36+
|----------------|------------------------|
37+
| 查询登录状态 | /loginStatus |
38+
| 获取登录微信内部识别号UID | /loginWeChatUid |
39+
| 获取登录微信信息 | /loginWeChatInfo |
40+
| 获取消息类型列表 | /list/msgType |
41+
| 获取联系人列表 | /list/contacts |
42+
| 获取数据库表名称列表 | /list/dbTableName |
43+
| 获取指定数据库中的表列表 | /list/dbTable |
44+
| 执行数据库查询SQL | /exec/dbQuerySql |
45+
| 发送消息汇总入口 | /send/msgMaster |
46+
| 发送文本消息 | /send/textMsg |
47+
| 发送富文本消息 | /send/richTextMsg |
48+
| 发送XML消息 | /send/xmlMsg |
49+
| 发送图片消息 | /send/imageMsg |
50+
| 发送表情消息 | /send/emojiMsg |
51+
| 发送文件消息 | /send/fileMsg |
52+
| 拍一拍群友 | /patOnePat |
53+
| 撤回消息 | /revokeMsg |
54+
| 通过好友申请 | /passFriendApply |
55+
| 添加群成员为微信好友 | /addFriend/groupMember |
56+
| 查询群成员 | /groupMember/list |
57+
| 邀请群成员 | /groupMember/invite |
58+
| 删除群成员 | /groupMember/delete |
59+
| 查询朋友圈 | /friendCircle |
60+
| 接收转账 | /receiveTransfer |
61+
62+
### 已知bug
63+
64+
v39.5.2版本目前会出现注入失败的情况,待排查修复,可先使用v39.5.1,只须替换dll版本即可
65+
66+
### 2025-05-03
67+
68+
- 1.更新dll为v39.5.2
69+
70+
<br/>
71+
72+
___
73+
74+
<br/><br/>
75+
76+
## v39.5.1 - 推荐✨
2277

2378
### 版本列表
2479

@@ -291,7 +346,7 @@ ___
291346

292347
<br/><br/>
293348

294-
## v39.2.4 - 推荐✨
349+
## v39.2.4
295350

296351
### 版本列表
297352

clients/java/wcf-bmc/README.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
| JDK | 1.8+ ||
1515
| Maven | 3.8+ ||
1616
| 微信客户端 | 3.9.12.51 ||
17-
| WeChatFerry-SDK | 39.5.1 ||
17+
| WeChatFerry-SDK | 39.5.2 ||
1818
| MySQL | 8.0+ | 备用 |
1919

2020
### 下载文件

clients/java/wcf-bmc/dll/sdk.dll

357 KB
Binary file not shown.

clients/java/wcf-bmc/dll/spy.dll

-9 KB
Binary file not shown.
-13 KB
Binary file not shown.

clients/java/wcf-bmc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<artifactId>wcf-bmc</artifactId>
1515
<packaging>jar</packaging>
1616
<name>wcf-bmc</name>
17-
<version>39.5.1.1</version>
17+
<version>39.5.2.1</version>
1818
<description>WeChatFerry Springboot Maven Client (WCF-Springboot的Maven版客户端)</description>
1919

2020
<scm>

0 commit comments

Comments
 (0)