From 8224d7235c4fcc20857343c7e38b7a27a65c57f8 Mon Sep 17 00:00:00 2001 From: Jacian Liu <45160423+JacianLiu@users.noreply.github.com> Date: Sat, 25 Oct 2025 00:19:01 +0800 Subject: [PATCH] Update main.py --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 58c76a95..d1ad806d 100644 --- a/main.py +++ b/main.py @@ -16,7 +16,7 @@ # 加密盐及其它默认值 KEY = "3c5c8717f3daf09iop3423zafeqoi" -COOKIE_DATA = {"rq": "%2Fweb%2Fbook%2Fread","ql": True} +COOKIE_DATA = {"rq": "%2Fweb%2Fbook%2Fread"} READ_URL = "https://weread.qq.com/web/book/read" RENEW_URL = "https://weread.qq.com/web/login/renewal" FIX_SYNCKEY_URL = "https://weread.qq.com/web/book/chapterInfos"