This commit is contained in:
Faker 2023-03-31 16:55:43 +08:00
parent 909b8c6678
commit a48213641d
6 changed files with 82 additions and 473 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -26,7 +26,10 @@ let h5stTool: H5ST = null
if (res.data.runningCashStatus.currentEndTime) {
console.log('可提现', rewardAmount)
res = await api('runningPrizeDraw', { "linkId": "L-sOanK_5RJCz7I314FpnQ", "type": 2, "level": 3 })
await wait(2000)
if (res.errMsg.indexOf("不足") > -1) {
res = await api('runningPrizeDraw', { "linkId": "L-sOanK_5RJCz7I314FpnQ", "type": 2, "level": 2 })
}
await wait(1000)
if (res.success) {
console.log(res.data.message)
} else {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

11
jd_yy_realme.js Normal file

File diff suppressed because one or more lines are too long