소스 검색

blogger 增加 token

luojunhui 3 일 전
부모
커밋
fbc9d57b57
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      cold_start/crawler/wechat/official_accounts_api.py

+ 2 - 1
cold_start/crawler/wechat/official_accounts_api.py

@@ -63,7 +63,8 @@ def get_article_list_from_account(
     payload = json.dumps(
         {
             "account_id": account_id,
-            "cursor": index
+            "cursor": index,
+            "token": "1fa4c0ad5c66e43ebd525611f3869f53"
         }
     )
     try: