mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-12 09:18:14 +08:00
✅ 请求测试通过
This commit is contained in:
@@ -61,7 +61,7 @@ async function TGHttp<T>(
|
||||
url += `?${query}`;
|
||||
}
|
||||
console.log("fetch url: ", url);
|
||||
console.log("fetch options: ", fetchOptions);
|
||||
console.log("fetch options: ", options);
|
||||
return await fetch(url, fetchOptions)
|
||||
.then((res) => {
|
||||
if (res.ok) {
|
||||
|
||||
Reference in New Issue
Block a user