mirror of
https://github.com/qitoqito/psyduck.git
synced 2026-01-17 16:10:43 +08:00
Update jd_task_farmNew.js
This commit is contained in:
parent
4e90e73ec6
commit
949d1f872a
@ -102,7 +102,7 @@ export class Main extends Template {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
if (treeFullStage == 5) {
|
if (treeFullStage == 5) {
|
||||||
this.msg(`商品可兑换`)
|
p.msg(`商品可兑换`)
|
||||||
}
|
}
|
||||||
if (treeFullStage == 5 && this.profile.tree) {
|
if (treeFullStage == 5 && this.profile.tree) {
|
||||||
p.log('没有种树')
|
p.log('没有种树')
|
||||||
@ -618,7 +618,7 @@ export class Main extends Template {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
let home = await this.curl({
|
let home = await this.curl({
|
||||||
'url': `https://api.m.jd.com/api`,
|
'url': `http://api.m.jd.com/api`,
|
||||||
'form': `functionId=wheelsHome&body={"linkId":"${linkId}","inviteActId":"","inviterEncryptPin":"","inviteCode":""}&t=1739590571889&appid=activities_platform&client=ios&clientVersion=15.0.15&cthr=1&loginType=&loginWQBiz=wegame`,
|
'form': `functionId=wheelsHome&body={"linkId":"${linkId}","inviteActId":"","inviterEncryptPin":"","inviteCode":""}&t=1739590571889&appid=activities_platform&client=ios&clientVersion=15.0.15&cthr=1&loginType=&loginWQBiz=wegame`,
|
||||||
user,
|
user,
|
||||||
algo: {'appId': 'c06b7',},
|
algo: {'appId': 'c06b7',},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user