mirror of
https://github.com/chinnkarahoi/jd_scripts.git
synced 2024-06-05 19:32:47 +08:00
jd_necklace.js update
This commit is contained in:
parent
fc67f11644
commit
c90ccb5cc2
@ -366,7 +366,10 @@ async function doAppTask(type = '3') {
|
|||||||
"taskId": "necklace_142",
|
"taskId": "necklace_142",
|
||||||
"lng": "",
|
"lng": "",
|
||||||
}
|
}
|
||||||
if (type === '4') body['taskId'] = 'necklace_143';
|
if (type === '4') {
|
||||||
|
await $.wait(15000);
|
||||||
|
body['taskId'] = 'necklace_143';
|
||||||
|
}
|
||||||
await $.wait(15500);
|
await $.wait(15500);
|
||||||
await getCcTaskList('reportCcTask', body, type);
|
await getCcTaskList('reportCcTask', body, type);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user