切换ipad
This commit is contained in:
@@ -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"):
|
||||
|
||||
Reference in New Issue
Block a user