diff --git a/jd_pet.js b/jd_pet.js index c13277e..3e77f64 100644 --- a/jd_pet.js +++ b/jd_pet.js @@ -492,7 +492,7 @@ function TotalBean() { } // 请求 async function request(function_id, body = {}) { - await $.wait(3000); //歇口气儿, 不然会报操作频繁 + await $.wait(6000); //歇口气儿, 不然会报操作频繁 return new Promise((resolve, reject) => { $.post(taskUrl(function_id, body), (err, resp, data) => { try {