1
0
mirror of https://github.com/6dylan6/jdpro.git synced 2026-04-23 12:47:34 +08:00
This commit is contained in:
2024
2024-04-01 11:30:06 +08:00
parent 20b1a538cf
commit e34cf9c637
6 changed files with 19 additions and 27 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
38 8 * * * jd_joypark_task.js 38 8,13 * * * jd_joypark_task.js
updatetime:2023/9/24 updatetime:2023/9/24
*/ */
const $ = new Env('汪汪庄园任务'); const $ = new Env('汪汪庄园任务');
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -96,7 +96,7 @@ async function jdGlobal(cookie,url_uuid) {
return; return;
} }
if (runorderReward) { if (runorderReward) {
await orderReward(cookie) //await orderReward(cookie)
} }
} catch (e) { } catch (e) {
$.logErr(e) $.logErr(e)
+1 -1
View File
File diff suppressed because one or more lines are too long
-8
View File
File diff suppressed because one or more lines are too long