切换ipad

This commit is contained in:
liuwei
2025-09-05 09:00:51 +08:00
parent bf14c5e3b0
commit 2e27b7f242

View File

@@ -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/GetQRCar', json=json_param)
response = await session.post(f'http://{self.ip}:{self.port}/api/Login/GetQR', json=json_param)
json_resp = await response.json()
logger.debug("get_qr_code:{}", json_resp)
if json_resp.get("Success"):