mirror of
https://github.com/qitoqito/psyduck.git
synced 2026-01-15 23:21:16 +08:00
Update jd_task_sBean.js
This commit is contained in:
parent
0a7c5c1ca4
commit
8c631dc1da
@ -17,13 +17,19 @@ export class Main extends Template {
|
|||||||
let context = p.context;
|
let context = p.context;
|
||||||
let show = await this.curl({
|
let show = await this.curl({
|
||||||
'form': `functionId=secEntryBenefitShow&body={"channelId":"2","actSecTraffic":"1"}&appid=signed_wh5&client=ios&screen=390*844&networkType=wifi&clientVersion=15.0.25&d_model=iPhone13%2C3&osVersion=15.1.1`,
|
'form': `functionId=secEntryBenefitShow&body={"channelId":"2","actSecTraffic":"1"}&appid=signed_wh5&client=ios&screen=390*844&networkType=wifi&clientVersion=15.0.25&d_model=iPhone13%2C3&osVersion=15.1.1`,
|
||||||
user
|
user,
|
||||||
|
algo: {
|
||||||
|
appId: '5923d'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
if (this.haskey(show, 'data.result.currentTime')) {
|
if (this.haskey(show, 'data.result.currentTime')) {
|
||||||
let s = await this.curl({
|
let s = await this.curl({
|
||||||
'form': `functionId=secEntryBenefitReceive&body={"channelId":"2","actSecTraffic":"1"}&appid=signed_wh5&client=ios&screen=390*676&networkType=wifi&clientVersion=15.0.25&d_model=iPhone13%2C3&osVersion=15.1.1`,
|
'form': `functionId=secEntryBenefitReceive&body={"channelId":"2","actSecTraffic":"1"}&appid=signed_wh5&client=ios&screen=390*676&networkType=wifi&clientVersion=15.0.25&d_model=iPhone13%2C3&osVersion=15.1.1`,
|
||||||
user
|
user,
|
||||||
|
algo: {
|
||||||
|
appId: '8f29c'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
if (this.haskey(s, 'data.result.awardList')) {
|
if (this.haskey(s, 'data.result.awardList')) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user