This commit is contained in:
Faker 2022-07-15 14:58:32 +08:00
parent 3e65d2526a
commit 68e33ef7bd
3 changed files with 5 additions and 6 deletions

1
function/mfdps.js Normal file

File diff suppressed because one or more lines are too long

View File

@ -29,7 +29,7 @@ const token = [
"363DF6DA22A436E9566E8F6A176C7BAD", "363DF6DA22A436E9566E8F6A176C7BAD",
"3949F55A02AA8A345409AFD9821C861F", "3949F55A02AA8A345409AFD9821C861F",
"C387DE3A3F4381FB3E451F0C40069FE6", "C387DE3A3F4381FB3E451F0C40069FE6",
"069C121295427F0A7D8FA85B499F72B3", "05451231AF1DE95AC10FC3A56C3F8A73",
"A92269DC92DDD73CC5EB38B3BACF51E3", "A92269DC92DDD73CC5EB38B3BACF51E3",
"62CED31ECD51A5D51A2BBB9FB793393A", "62CED31ECD51A5D51A2BBB9FB793393A",
"2ED2F283E4640130BA5128E8BBDC3DDA", "2ED2F283E4640130BA5128E8BBDC3DDA",
@ -38,7 +38,6 @@ const token = [
"662E62C629FB6B20CED938E41A0DC026", "662E62C629FB6B20CED938E41A0DC026",
"F573A078062F9F18BFCC39080864D7F5", "F573A078062F9F18BFCC39080864D7F5",
"D7DCB5D6D847EB0167C2B0A180B95F68", "D7DCB5D6D847EB0167C2B0A180B95F68",
"F7534A237EC4CFD50B8901BEF08E6FB7",
"835C69D00C3226A2C5A20A9DD4851CB3", "835C69D00C3226A2C5A20A9DD4851CB3",
"137B6809356B33FFACA79B8D6115208F", "137B6809356B33FFACA79B8D6115208F",
"120D154DB4799F2F765FE067EE580025", "120D154DB4799F2F765FE067EE580025",
@ -53,7 +52,6 @@ const token = [
"DCD4903E0278DBA70A302612F411876F", "DCD4903E0278DBA70A302612F411876F",
"DB872465EDEB653BB501819F9B9DD326", "DB872465EDEB653BB501819F9B9DD326",
"D4BE8025929E6D662FBCB9F946BF4215", "D4BE8025929E6D662FBCB9F946BF4215",
"4299C28E3A8C24A1E38E5D90B70C3107",
"BC28601FD2C5B9A5D50038825C842358" "BC28601FD2C5B9A5D50038825C842358"
] ]

View File

@ -1,12 +1,12 @@
/** /**
-10 -10
2 0 0 * * 5 jd_joy_run_reward.ts 3 0 0 * * 5 jd_joy_run_reward.ts
new Env('汪汪赛跑提现') new Env('汪汪赛跑提现')
Modify By Dylan from HW Modify By Dylan from HW
updateTime2022-07-09 updateTime2022-07-09
**/ **/
import {get, post, requireConfig, wait} from './function/TS_USER_AGENTS' import {get, post, requireConfig, wait} from './TS_USER_AGENTS'
import {H5ST} from "./function/h5st" import {H5ST} from "./function/h5st"
let cookie: string = '', res: any = '', UserName: string = '', fp_448de: string = '' || process.env.FP_448DE, fp_b6ac3: string = '' || process.env.FP_B6AC3 let cookie: string = '', res: any = '', UserName: string = '', fp_448de: string = '' || process.env.FP_448DE, fp_b6ac3: string = '' || process.env.FP_B6AC3
@ -24,7 +24,7 @@ let h5stTool: H5ST = null
await h5stTool.__genAlgo() await h5stTool.__genAlgo()
res = await team('runningMyPrize', {"linkId": "L-sOanK_5RJCz7I314FpnQ", "pageSize": 20, "time": null, "ids": null}) res = await team('runningMyPrize', {"linkId": "L-sOanK_5RJCz7I314FpnQ", "pageSize": 20, "time": null, "ids": null})
rewardAmount = res.data.rewardAmount rewardAmount = res.data.rewardAmount
if (res.data.runningCashStatus.currentEndTime && res.data.runningCashStatus.status === 0) { if (res.data.runningCashStatus.currentEndTime) {
console.log('可提现', rewardAmount) console.log('可提现', rewardAmount)
res = await api('runningPrizeDraw', {"linkId": "L-sOanK_5RJCz7I314FpnQ", "type": 2, "level": 3}) res = await api('runningPrizeDraw', {"linkId": "L-sOanK_5RJCz7I314FpnQ", "type": 2, "level": 3})
await wait(2000) await wait(2000)