mirror of
https://github.com/qitoqito/psyduck.git
synced 2026-01-15 23:21:16 +08:00
.
This commit is contained in:
parent
f9a83883e5
commit
e740b737e0
@ -21,7 +21,10 @@ export class Main extends Template {
|
|||||||
let xs = []
|
let xs = []
|
||||||
let s = await this.curl({
|
let s = await this.curl({
|
||||||
'url': `https://api.m.jd.com/?appid=jd-cphdeveloper-m&functionId=myBean&body={"tenantCode":"jgminise","bizModelCode":6,"bizModeClientType":"WxMiniProgram","externalLoginType":1}&sceneval=2&g_login_type=1&callback=draw_activetemporary&g_tk=610895985&g_ty=ls`,
|
'url': `https://api.m.jd.com/?appid=jd-cphdeveloper-m&functionId=myBean&body={"tenantCode":"jgminise","bizModelCode":6,"bizModeClientType":"WxMiniProgram","externalLoginType":1}&sceneval=2&g_login_type=1&callback=draw_activetemporary&g_tk=610895985&g_ty=ls`,
|
||||||
user
|
user,
|
||||||
|
algo: {
|
||||||
|
expire: {"code": "1001"}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
if (this.haskey(s, 'list')) {
|
if (this.haskey(s, 'list')) {
|
||||||
|
|||||||
@ -22,7 +22,12 @@ export class Main extends Template {
|
|||||||
let user = p.data.user;
|
let user = p.data.user;
|
||||||
let s = await this.curl({
|
let s = await this.curl({
|
||||||
'url': `https://api.m.jd.com/client.action?functionId=chatReward_doReward&appid=wechat_activity&client=h5&body={"activityId":"${p.context.activityId}"}`,
|
'url': `https://api.m.jd.com/client.action?functionId=chatReward_doReward&appid=wechat_activity&client=h5&body={"activityId":"${p.context.activityId}"}`,
|
||||||
user
|
user,
|
||||||
|
algo: {
|
||||||
|
expire: {
|
||||||
|
"subCode": 103
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
let reward = await this.curl({
|
let reward = await this.curl({
|
||||||
|
|||||||
@ -45,7 +45,10 @@ export class Main extends Template {
|
|||||||
'form': `loginType=11&clientType=wxapp&client=apple&clientVersion=9.23.140&build=&osVersion=iOS%2015.1.1&screen=390*844&networkType=wifi&d_brand=iPhone&d_model=iPhone%2012%20Pro%3CiPhone13%2C3%3E&lang=zh_CN&uuid=oCwKwuBoW0okKEIIDlT5FXxscxcM&functionId=miniTask_queryMyRights&t=1731719821597&body={}&appid=hot_channel&d_name=`,
|
'form': `loginType=11&clientType=wxapp&client=apple&clientVersion=9.23.140&build=&osVersion=iOS%2015.1.1&screen=390*844&networkType=wifi&d_brand=iPhone&d_model=iPhone%2012%20Pro%3CiPhone13%2C3%3E&lang=zh_CN&uuid=oCwKwuBoW0okKEIIDlT5FXxscxcM&functionId=miniTask_queryMyRights&t=1731719821597&body={}&appid=hot_channel&d_name=`,
|
||||||
user,
|
user,
|
||||||
algo: {
|
algo: {
|
||||||
appId: '1221c'
|
appId: '1221c',
|
||||||
|
expire: {
|
||||||
|
"subCode": 102
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|||||||
@ -48,7 +48,10 @@ export class Main extends Template {
|
|||||||
'form': `cthr=1&client=h5&clientVersion=&t=1741106496828&loginWQBiz=&appid=mygiftcard&functionId=personalCenterReceiveHolderEquity&body={"ruleId":"${context.ruleId}","pid":"${context.pid}","eid":"FQ7Z2DTGYZSJM5FKY${this.rand(10, 99)}JLAURRHP2UZHK2ID7554EMNWWNNSK3JBCTLTR45IOP3Z5K3YJHOG${this.rand(10, 99)}SJAOB${this.rand(10, 99)}KVS3RH7G2U"}`,
|
'form': `cthr=1&client=h5&clientVersion=&t=1741106496828&loginWQBiz=&appid=mygiftcard&functionId=personalCenterReceiveHolderEquity&body={"ruleId":"${context.ruleId}","pid":"${context.pid}","eid":"FQ7Z2DTGYZSJM5FKY${this.rand(10, 99)}JLAURRHP2UZHK2ID7554EMNWWNNSK3JBCTLTR45IOP3Z5K3YJHOG${this.rand(10, 99)}SJAOB${this.rand(10, 99)}KVS3RH7G2U"}`,
|
||||||
user,
|
user,
|
||||||
algo: {
|
algo: {
|
||||||
appId: 'aea58'
|
appId: 'aea58',
|
||||||
|
expire: {
|
||||||
|
"error": "NotLogin"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|||||||
@ -61,9 +61,6 @@ export class Main extends Template {
|
|||||||
async main(p) {
|
async main(p) {
|
||||||
let user = p.data.user;
|
let user = p.data.user;
|
||||||
let context = p.context;
|
let context = p.context;
|
||||||
if (this.turnCount == 0) {
|
|
||||||
p.context.complete = true
|
|
||||||
}
|
|
||||||
if (this.turnCount == 0) {
|
if (this.turnCount == 0) {
|
||||||
if (this.turnCount == 0) {
|
if (this.turnCount == 0) {
|
||||||
let signIn = await this.curl({
|
let signIn = await this.curl({
|
||||||
|
|||||||
@ -21,7 +21,10 @@ export class Main extends Template {
|
|||||||
user,
|
user,
|
||||||
algo: {
|
algo: {
|
||||||
appId: '73c2f',
|
appId: '73c2f',
|
||||||
type: 'wechat'
|
type: 'wechat',
|
||||||
|
expire: {
|
||||||
|
"code": "3"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
referer: 'https://bean.jd.com/myJingBean/list',
|
referer: 'https://bean.jd.com/myJingBean/list',
|
||||||
ua: "Mozilla/5.0(WindowsNT10.0;Win64;x64)AppleWebKit/537.36(KHTML,likeGecko)Chrome/" + 59 + Math.round(Math.random() * 10) + ".0.3497." + Math.round(Math.random() * 100) + "Safari/537.36",
|
ua: "Mozilla/5.0(WindowsNT10.0;Win64;x64)AppleWebKit/537.36(KHTML,likeGecko)Chrome/" + 59 + Math.round(Math.random() * 10) + ".0.3497." + Math.round(Math.random() * 100) + "Safari/537.36",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user