|
@@ -120,7 +120,7 @@ class GongzhonghaoAuthor1:
|
|
|
# 获取用户 fakeid
|
|
|
@classmethod
|
|
|
def get_user_info(cls, log_type, crawler, wechat_name, env):
|
|
|
- # Common.logger(log_type, crawler).info(f"wechat_name:{wechat_name}")
|
|
|
+ Common.logger(log_type, crawler).info(f"获取站外用户信息:{wechat_name}")
|
|
|
while True:
|
|
|
token_dict = cls.get_token(log_type, crawler, env)
|
|
|
url = "https://mp.weixin.qq.com/cgi-bin/searchbiz?"
|