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
f708a0ee67
commit
c66537b186
@ -366,7 +366,10 @@ async function doAppTask(type = '3') {
|
||||
"taskId": "necklace_142",
|
||||
"lng": "",
|
||||
}
|
||||
if (type === '4') body['taskId'] = 'necklace_143';
|
||||
if (type === '4') {
|
||||
await $.wait(15000);
|
||||
body['taskId'] = 'necklace_143';
|
||||
}
|
||||
await $.wait(15500);
|
||||
await getCcTaskList('reportCcTask', body, type);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user