mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-07-19 12:03:37 +00:00
build: 1.2.0-beta12
This commit is contained in:
src
@@ -1,5 +1,5 @@
|
|||||||
const https = require('node:https');
|
const https = require('node:https');
|
||||||
export async function HttpGetWithCookies(url: string): Promise<Map<string, string>> {
|
export async function HttpGetCookies(url: string): Promise<Map<string, string>> {
|
||||||
return new Promise((resolve, reject) => {
|
return new Promise((resolve, reject) => {
|
||||||
const result: Map<string, string> = new Map<string, string>();
|
const result: Map<string, string> = new Map<string, string>();
|
||||||
const req = https.get(url, (res: any) => {
|
const req = https.get(url, (res: any) => {
|
||||||
|
2
src/core
2
src/core
Submodule src/core updated: 3544891db7...bbbb9e1465
Reference in New Issue
Block a user