@@ -48,7 +48,7 @@ async function interval() {
setTimeout(function () {
infoOK[i] = false; // 出错,一分钟后重试
}, 60000);
- return;
+ // return;
}