增加日志
This commit is contained in:
parent
27129a80a3
commit
b8e3d84c63
@ -96,6 +96,7 @@ class WapReporter(BaseReporter):
|
||||
headers=self.headers, proxies=self.proxies, allow_redirects=False, timeout=10, verify=False
|
||||
)
|
||||
json_data = response.json()
|
||||
logger.debug(f"{self.engine_name} get_user_info response: {json_data}")
|
||||
uid = json_data['result']['uid']
|
||||
un = json_data['result']['un']
|
||||
userinfo["uid"] = uid
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user