KingRan 2022-02-22 11:10:19 +08:00
parent 0b6460ab9e
commit 0d06d44cd5
1 changed files with 1 additions and 1 deletions

View File

@ -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 {