增加日志

This commit is contained in:
xhy 2025-04-07 10:11:22 +08:00
parent 27129a80a3
commit b8e3d84c63

View File

@ -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