mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2024-11-16 13:01:14 +00:00
build: 1.2.0-beta12
This commit is contained in:
parent
589725f5cc
commit
4217ba99fd
@ -1,5 +1,5 @@
|
||||
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) => {
|
||||
const result: Map<string, string> = new Map<string, string>();
|
||||
const req = https.get(url, (res: any) => {
|
||||
|
2
src/core
2
src/core
@ -1 +1 @@
|
||||
Subproject commit 3544891db76a48f21e378e2d431107d349ca545b
|
||||
Subproject commit bbbb9e146555791aeaccd1bfead0a07e07a6758c
|
Loading…
Reference in New Issue
Block a user