mirror of
https://github.com/qitoqito/psyduck.git
synced 2026-01-12 04:30:42 +08:00
Update jd_task_deliverySign.js
This commit is contained in:
parent
15d228d834
commit
6ec4c4e1a7
@ -54,16 +54,18 @@ export class Main extends Template {
|
|||||||
else {
|
else {
|
||||||
p.log(sign)
|
p.log(sign)
|
||||||
}
|
}
|
||||||
let s = await this.curl({
|
if (context.award) {
|
||||||
'form': `functionId=bean_deliverySign_continue_award&appid=signed_wh5_ihub&body={"activityId":"${context.activityId}"}&rfs=0000&client=apple&uuid=&build=169743&clientVersion=15.1.53&d_model=&osVersion=15.1.1`,
|
let s = await this.curl({
|
||||||
algo: {
|
'form': `functionId=bean_deliverySign_continue_award&appid=signed_wh5_ihub&body={"activityId":"${context.activityId}"}&rfs=0000&client=apple&uuid=&build=169743&clientVersion=15.1.53&d_model=&osVersion=15.1.1`,
|
||||||
appId: '0cc57'
|
algo: {
|
||||||
},
|
appId: '0cc57'
|
||||||
user
|
},
|
||||||
|
user
|
||||||
|
}
|
||||||
|
)
|
||||||
|
if (this.haskey(s, 'data.result.value')) {
|
||||||
|
p.award(s.data.result.value, 'bean')
|
||||||
}
|
}
|
||||||
)
|
|
||||||
if (this.haskey(s, 'data.result.value')) {
|
|
||||||
p.award(s.data.result.value, 'bean')
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user