From adb2dd1fef641e59c15e30455a755af709b08961 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=AF=E8=BE=BE=E9=B8=AD?= Date: Tue, 13 May 2025 21:59:00 +0800 Subject: [PATCH] Update jd_task_union.js --- parse/jd/jd_task_union.js | 27 +++++++++++++++++++++------ 1 file changed, 21 insertions(+), 6 deletions(-) diff --git a/parse/jd/jd_task_union.js b/parse/jd/jd_task_union.js index 72777a3..216bc3c 100644 --- a/parse/jd/jd_task_union.js +++ b/parse/jd/jd_task_union.js @@ -331,8 +331,13 @@ export class Main extends Template { algo: { appId: 'c822a', store, - token: false - } + token: false, + expire: { + "code": -2, + } + }, + ua, + referer: linkUrl } ) let getCoupons2 = await this.curl({ @@ -342,8 +347,13 @@ export class Main extends Template { algo: { appId: 'c822a', store, - token: false - } + token: false, + expire: { + "code": -2, + } + }, + ua, + referer: linkUrl } ) gift.call(this, getCoupons2) @@ -420,8 +430,13 @@ export class Main extends Template { algo: { appId: 'c822a', store, - token: false - } + token: false, + expire: { + "code": -2, + } + }, + ua, + referer: linkUrl } ) gift.call(this, getCoupons)