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])) {