From 4217ba99fda4f14dc8234b83c517207992011434 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=8B=E7=93=9C=E4=B8=80=E5=8D=81=E9=9B=AA?= Date: Thu, 2 May 2024 18:33:52 +0800 Subject: [PATCH] build: 1.2.0-beta12 --- src/common/utils/request.ts | 2 +- src/core | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/utils/request.ts b/src/common/utils/request.ts index 62938ff8..f8ed3a2c 100644 --- a/src/common/utils/request.ts +++ b/src/common/utils/request.ts @@ -1,5 +1,5 @@ const https = require('node:https'); -export async function HttpGetWithCookies(url: string): Promise> { +export async function HttpGetCookies(url: string): Promise> { return new Promise((resolve, reject) => { const result: Map = new Map(); const req = https.get(url, (res: any) => { diff --git a/src/core b/src/core index 3544891d..bbbb9e14 160000 --- a/src/core +++ b/src/core @@ -1 +1 @@ -Subproject commit 3544891db76a48f21e378e2d431107d349ca545b +Subproject commit bbbb9e146555791aeaccd1bfead0a07e07a6758c