master
刘东琪 9 months ago
parent b66923c471
commit 1239a70bd5
  1. 4
      routes/index.js

@ -160,7 +160,9 @@ async function handle(url, htmlStr, jsText, cookie, userAgent, uuid, loadHtmlJs)
if (val != null) {
return val;
}
throw new Error('执行超时')
console.log(`${uuid} 执行超时`)
return cookieJar.getCookieStringSync(baseUrl);
// throw new Error(`${uuid}执行超时`)
}

Loading…
Cancel
Save