添加timeout超时
This commit is contained in:
@ -73,7 +73,11 @@ if ($.isNode()) {
|
||||
}
|
||||
continue
|
||||
}
|
||||
await jdFamily()
|
||||
// await jdFamily()
|
||||
while (true) {
|
||||
await $.wait(31000)
|
||||
await jdFamily()
|
||||
}
|
||||
}
|
||||
}
|
||||
})()
|
||||
|
Reference in New Issue
Block a user