mirror of
https://github.com/qitoqito/psyduck.git
synced 2026-01-18 16:50:45 +08:00
Update jd_task_union.js
This commit is contained in:
parent
3f060fef5e
commit
adb2dd1fef
@ -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)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user