From ad35aea96fcca8b85c71c86bfb0803d9f4b26ab2 Mon Sep 17 00:00:00 2001 From: GardenHumster Date: Thu, 21 Dec 2023 10:25:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=95=B4=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Theresa3rd-Bot/TheresaBot.Main/Services/WebsiteService.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Theresa3rd-Bot/TheresaBot.Main/Services/WebsiteService.cs b/Theresa3rd-Bot/TheresaBot.Main/Services/WebsiteService.cs index 869f4d14..73fa637c 100644 --- a/Theresa3rd-Bot/TheresaBot.Main/Services/WebsiteService.cs +++ b/Theresa3rd-Bot/TheresaBot.Main/Services/WebsiteService.cs @@ -38,6 +38,7 @@ public WebsitePO UpdatePixivCookie(string cookie) throw new HandleException($"cookie中缺少PHPSESSID,请重新获取cookie"); } + //11451419_iUaiFfh68q6INMejIBGcLfhju9Ok70UB var splitArr = sessionId.Split('_', StringSplitOptions.RemoveEmptyEntries); if (splitArr.Length < 2 || string.IsNullOrWhiteSpace(splitArr[0])) {