From d765478ee48dc5e7dde6e4661bd997fde462bf07 Mon Sep 17 00:00:00 2001 From: Qubot <1445788683@qq.com> Date: Thu, 20 Jul 2023 09:22:10 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'Checkin.py'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Checkin.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Checkin.py b/Checkin.py index e964d80..7248593 100644 --- a/Checkin.py +++ b/Checkin.py @@ -8,11 +8,11 @@ def sign_in(headers, cookies): 'canCheckin': True, 'totalContinuousCheckIn': 2 }, - 'id': '1684' + 'id': '2396' } } - url = 'https://invites.fun/api/users/1684' + url = 'https://invites.fun/api/users/2396' response = requests.post(url, json=data, headers=headers, cookies=cookies) @@ -45,7 +45,7 @@ flarum_session, x_csrf_token = get_cookies_and_token() # 设置 cookies 和 headers cookies = { - 'flarum_remember': 'JT5tSxOH0QzglSmU67Wq7ici6ecxhIc1U7pEOOOh', + 'flarum_remember': 'ZPojFMvwsmz8fbboYNtIreQ1P8l4tXC8dLmxrJF5', 'flarum_session': flarum_session }