Update happyApi.mjs

This commit is contained in:
被遗忘的记忆
2024-10-23 09:05:39 +08:00
committed by GitHub
parent 028f4f4b46
commit 236266091d
+1 -1
View File
@@ -187,7 +187,7 @@ class HappyApiProvider {
emitter.emit('error', new Error('请求超时'));
cleanup();
}
}, 60000); // 60秒,可根据需要调整
}, 60000);
const responseHandler = async (response) => {
if (response.url() === targetUrl) {