diff --git a/happyapi_providers/happyApi.mjs b/happyapi_providers/happyApi.mjs index ccbab3d..02a71da 100644 --- a/happyapi_providers/happyApi.mjs +++ b/happyapi_providers/happyApi.mjs @@ -187,7 +187,7 @@ class HappyApiProvider { emitter.emit('error', new Error('请求超时')); cleanup(); } - }, 60000); // 60秒,可根据需要调整 + }, 60000); const responseHandler = async (response) => { if (response.url() === targetUrl) {