From 81e5150bef8709544b19f20e8caa94ad43d09cb6 Mon Sep 17 00:00:00 2001 From: Gy Hu Date: Mon, 2 Jan 2023 11:56:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E9=80=80=E5=87=BA=E7=99=BB?= =?UTF-8?q?=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 43 +++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 41 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 93e326c..4acddbc 100644 --- a/README.md +++ b/README.md @@ -69,9 +69,11 @@ vcpkg 4.vscode中右键configure all projects,在Terminal中点击Run Task,如没有先配置build任务,然后运行即可 #### 更新说明 -2022-12-26 : 增加3.8.1.26版本支持。 -2022-12-29 : 新增提取文字功能。 +2022-12-26 : 增加3.8.1.26版本支持。 +2022-12-29 : 新增提取文字功能。 + +2022-01-02 : 退出微信登录。 ### 接口文档: #### 0.检查微信登录** @@ -600,6 +602,43 @@ vcpkg +#### 44.退出登录** +###### 接口功能 +> 退出登录微信,相当于直接退出微信,跟手动退出比,少了重新打开登录的一步,dll注入后也会随微信关闭而关闭。调用后不能再继续操作dll。 + +###### 接口地址 +> [/api/?type=44](/api/?type=44) + +###### HTTP请求方式 +> POST JSON + +###### 请求参数 +|参数|必选|类型|说明| +|---|---|---|---| + + + +###### 返回字段 +|返回字段|字段类型|说明 | +|---|---|---| +|code|int|返回状态,非0成功| +|result|string|成功提示| + + + + +###### 接口示例 +入参: +``` javascript + +``` +响应: +``` javascript +{"code":4344,"result":"OK"} +``` + + + #### 46.联系人列表** ###### 接口功能 > 联系人列表