update CAT

This commit is contained in:
qist
2024-05-23 19:28:35 +08:00
parent ab6af24701
commit 574731cf4e
18 changed files with 401 additions and 612 deletions
+1 -1
View File
@@ -329,7 +329,7 @@ class Spider {
return await this.getResponse(reqUrl, params, headers, redirect_url, return_cookie, buffer, response,proxy)
} else {
await this.jadeLog.error(`请求失败,失败原因为:状态码出错,请求url为:${uri},回复内容为:${JSON.stringify(response)}`)
return await this.reconnnect(reqUrl, params, headers, redirect_url, return_cookie, buffer)
return await this.reconnnect(reqUrl, params, headers, redirect_url, return_cookie, buffer, response,proxy)
}
}