This commit is contained in:
手瓜一十雪
2024-10-11 23:03:09 +08:00
parent d36d9c5fa1
commit 2ac3812987
11 changed files with 139 additions and 6 deletions

View File

@@ -61,7 +61,7 @@ export class RequestUtil {
const options = {
hostname: option.hostname,
port: option.port,
path: option.href,
path: option.pathname + option.search,
method: method,
headers: headers,
};