Explorar el Código

获取详情优化

luojunhui hace 1 mes
padre
commit
674ef28d0f
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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")