@@ -255,6 +255,7 @@ class CrawlerGzhFans(CrawlerGzhFansBase):
cursor_id=cursor_openid,
cursor_timestamp=cursor_timestamp,
)
+ print(response)
base_resp = response.get("base_resp", {})
code = base_resp.get("ret")
error_msg = base_resp.get("err_msg")