Browse Source

blogger 增加 token

luojunhui 2 days ago
parent
commit
fbc9d57b57
1 changed files with 2 additions and 1 deletions
  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: