mirror of
https://github.com/develop202/migu_video.git
synced 2025-12-17 07:18:22 +08:00
删除多余axio
This commit is contained in:
1
app.js
1
app.js
@@ -189,7 +189,6 @@ const server = http.createServer(async (req, res) => {
|
|||||||
if (z >= 2) {
|
if (z >= 2) {
|
||||||
printYellow(`获取失败,正在第${z - 1}次重试`)
|
printYellow(`获取失败,正在第${z - 1}次重试`)
|
||||||
}
|
}
|
||||||
axio
|
|
||||||
const obj = await fetch(`${resObj.url}`, {
|
const obj = await fetch(`${resObj.url}`, {
|
||||||
method: "GET",
|
method: "GET",
|
||||||
redirect: "manual"
|
redirect: "manual"
|
||||||
|
|||||||
Reference in New Issue
Block a user