From db5f536d620705e3dfc24a3810c690e89b45537d Mon Sep 17 00:00:00 2001 From: HYY1116 <95246895+HYY1116@users.noreply.github.com> Date: Mon, 18 Sep 2023 21:35:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A8=A1=E6=8B=9F=E8=80=81=E7=89=88=E6=9C=ACAP?= =?UTF-8?q?P=E7=AD=BE=E5=88=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 在森空岛强制更新前还能暂时用一段时间,通过使用老版本APP的header来绕过签名要求,仅作为临时措施 --- SenKongDao.py | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/SenKongDao.py b/SenKongDao.py index ff8b8c7..0388b73 100644 --- a/SenKongDao.py +++ b/SenKongDao.py @@ -31,8 +31,14 @@ uid = configs[0].strip() signing_cookie = configs[1].strip() headers = { - "user-agent": "Skland/1.0.1 (com.hypergryph.skland; build:100001014; Android 25; ) Okhttp/4.11.0", - "cred": signing_cookie + "user-agent": "Skland/1.0.1 (com.hypergryph.skland; build:100001014; Android 33; ) Okhttp/4.11.0", + "cred": signing_cookie, + "vName": "1.0.1", + "vCode": "100001014", + 'Accept-Encoding': 'gzip', + 'Connection': 'close', + "dId": "de9759a5afaa634f", + "platform": "1" } data = { "uid": str(uid),