mirror of
https://github.com/qitoqito/psyduck.git
synced 2026-01-14 22:50:47 +08:00
Update jd_task_deliverySign.js
This commit is contained in:
parent
b53caab950
commit
2005d7d62a
@ -54,7 +54,6 @@ export class Main extends Template {
|
|||||||
else {
|
else {
|
||||||
p.log(sign)
|
p.log(sign)
|
||||||
}
|
}
|
||||||
if (context.award) {
|
|
||||||
let s = await this.curl({
|
let s = await this.curl({
|
||||||
'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`,
|
'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`,
|
||||||
algo: {
|
algo: {
|
||||||
@ -67,6 +66,5 @@ export class Main extends Template {
|
|||||||
p.award(s.data.result.value, 'bean')
|
p.award(s.data.result.value, 'bean')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user