From c02862e6763f8cb54d76afd375b9ffe7858ecac6 Mon Sep 17 00:00:00 2001 From: liuwei Date: Thu, 15 May 2025 10:50:53 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=A6=E8=BD=BD=E7=99=BB=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wechat_ipad/client/login.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wechat_ipad/client/login.py b/wechat_ipad/client/login.py index e8fd719..dd2f2bc 100644 --- a/wechat_ipad/client/login.py +++ b/wechat_ipad/client/login.py @@ -36,7 +36,7 @@ class LoginMixin(WechatAPIClientBase): 'ProxyPassword': proxy.password, 'ProxyUser': proxy.username} - response = await session.post(f'http://{self.ip}:{self.port}/api/Login/GetQR', json=json_param) + response = await session.post(f'http://{self.ip}:{self.port}/api/Login/GetQRCar', json=json_param) json_resp = await response.json() logger.debug("get_qr_code:{}", json_resp) if json_resp.get("Success"):