Browse Source

禁止打卡游戏

main
haptear 3 years ago
parent
commit
8079ff6c9f
  1. 28
      58tc.js
  2. 8
      README.md

28
58tc.js

@ -470,7 +470,7 @@ class UserInfo {
console.log(`账号[${this.index}]今天${auctionStr}`) console.log(`账号[${this.index}]今天${auctionStr}`)
let maxBid = parseFloat(result.result.userInfo.usableOre) let maxBid = parseFloat(result.result.userInfo.usableOre)
let bidNum = 1 let bidNum = 1
if(this.runTask == 1) { if(this.runTask == 2) {
if(this.auction.status==0) { if(this.auction.status==0) {
if(maxBid >= bidNum) { if(maxBid >= bidNum) {
await $.wait(500) await $.wait(500)
@ -557,7 +557,7 @@ class UserInfo {
let str = (item.userState==0) ? '未报名' : ((item.userState==5) ? '可打卡' :'已报名') let str = (item.userState==0) ? '未报名' : ((item.userState==5) ? '可打卡' :'已报名')
console.log(`账号[${this.index}]${type}${item.number}期 -- ${str}`) console.log(`账号[${this.index}]${type}${item.number}期 -- ${str}`)
if(item.userState==0) { if(item.userState==0) {
if(this.runTask == 1) { if(this.runTask == 2) {
if(this.ore.ore >= item.oreLimitValue) { if(this.ore.ore >= item.oreLimitValue) {
await $.wait(500) await $.wait(500)
await this.attendanceSignIn(item) await this.attendanceSignIn(item)
@ -671,21 +671,21 @@ class UserInfo {
} }
console.log('\n================== 竞拍小游戏 ==================') console.log('\n================== 竞拍小游戏 ==================')
for(let user of userList) { // for(let user of userList) {
await user.auctionInfo(); // await user.auctionInfo();
await $.wait(200); // await $.wait(200);
} // }
console.log('\n================== 打卡小游戏 ==================') console.log('\n================== 打卡小游戏 ==================')
for(let user of userList) { // for(let user of userList) {
await user.oreMainpage(false); // await user.oreMainpage(false);
await $.wait(200); // await $.wait(200);
} // }
for(let user of userList) { // for(let user of userList) {
await user.attendanceDetail(); // await user.attendanceDetail();
await $.wait(200); // await $.wait(200);
} // }
console.log('\n================== 金币任务 ==================') console.log('\n================== 金币任务 ==================')
if(curHour>=TASK_TIME[0] && curHour<TASK_TIME[1]) { if(curHour>=TASK_TIME[0] && curHour<TASK_TIME[1]) {

8
README.md

@ -1 +1,7 @@
# othenautojob # othenautojob
1. 快手极速版本 0.3 6账号 每天自动提现 微信和手机号可以分开登录 手机号绑支付宝
2. 书旗 0.6 4账号 需要满20手动刷时长提现
3. 腾讯自选股 0.5 1账号 一个身份证只能一个账号 满5自动提现
4. 淘小说 0.3 4个账号
5. 返利购 0.3 4个账号 每7天提现一次
6. 九章头条 0.3 1个账号 每天自动提现
Loading…
Cancel
Save