Update jd_task_union.js

This commit is contained in:
可达鸭 2025-05-13 21:59:00 +08:00
parent 3f060fef5e
commit adb2dd1fef

View File

@ -331,8 +331,13 @@ export class Main extends Template {
algo: { algo: {
appId: 'c822a', appId: 'c822a',
store, store,
token: false token: false,
} expire: {
"code": -2,
}
},
ua,
referer: linkUrl
} }
) )
let getCoupons2 = await this.curl({ let getCoupons2 = await this.curl({
@ -342,8 +347,13 @@ export class Main extends Template {
algo: { algo: {
appId: 'c822a', appId: 'c822a',
store, store,
token: false token: false,
} expire: {
"code": -2,
}
},
ua,
referer: linkUrl
} }
) )
gift.call(this, getCoupons2) gift.call(this, getCoupons2)
@ -420,8 +430,13 @@ export class Main extends Template {
algo: { algo: {
appId: 'c822a', appId: 'c822a',
store, store,
token: false token: false,
} expire: {
"code": -2,
}
},
ua,
referer: linkUrl
} }
) )
gift.call(this, getCoupons) gift.call(this, getCoupons)