瀏覽代碼

获取详情优化

luojunhui 1 月之前
父節點
當前提交
674ef28d0f
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      applications/tasks/crawler_tasks/crawler_gzh_fans.py

+ 1 - 0
applications/tasks/crawler_tasks/crawler_gzh_fans.py

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