调整日志信息
This commit is contained in:
@@ -38,7 +38,7 @@ class LoginMixin(WechatAPIClientBase):
|
|||||||
|
|
||||||
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/GetQR', json=json_param)
|
||||||
json_resp = await response.json()
|
json_resp = await response.json()
|
||||||
logger.info("get_qr_code:{}", json_resp)
|
logger.debug("get_qr_code:{}", json_resp)
|
||||||
if json_resp.get("Success"):
|
if json_resp.get("Success"):
|
||||||
|
|
||||||
if print_qr:
|
if print_qr:
|
||||||
|
|||||||
Reference in New Issue
Block a user