KingRan 2022-03-01 12:34:08 +08:00
parent 51808bc700
commit 13b6b75a59
3 changed files with 15 additions and 1 deletions

View File

@ -132,8 +132,11 @@ async function run() {
if(o.status == 0){
flag = true
$.joinVenderId = o.venderId
await $.wait(parseInt(Math.random() * 3000 + 3000, 10))
await joinShop()
if($.joinShopresmessage === '活动太火爆,请稍后再试'){
console.log('重新开卡')
await joinShop()
}
await $.wait(parseInt(Math.random() * 1000 + 1000, 10))
await takePostRequest('activityContent');
await takePostRequest('drawContent');
@ -718,6 +721,7 @@ function joinShop() {
if(typeof res == 'object'){
if(res.success === true){
console.log(res.message)
$.joinShopresmessage = res.message
if(res.result && res.result.giftInfo){
for(let i of res.result.giftInfo.giftList){
console.log(`入会获得:${i.discountString}${i.prizeName}${i.secondLineDesc}`)

View File

@ -137,6 +137,10 @@ async function run() {
flag = true
$.joinVenderId = o.value
await joinShop()
if($.joinShopresmessage === '活动太火爆,请稍后再试'){
console.log('重新开卡')
await joinShop()
}
await $.wait(parseInt(Math.random() * 2000 + 3000, 10))
await takePostRequest('drawContent');
await takePostRequest('checkOpenCard');
@ -630,6 +634,7 @@ function joinShop() {
if(typeof res == 'object'){
if(res.success === true){
console.log(res.message)
$.joinShopresmessage = res.message
if(res.result && res.result.giftInfo){
for(let i of res.result.giftInfo.giftList){
console.log(`入会获得:${i.discountString}${i.prizeName}${i.secondLineDesc}`)

View File

@ -127,6 +127,10 @@ async function run() {
flag = true
$.joinVenderId = o.venderId
await joinShop()
if($.joinShopresmessage === '活动太火爆,请稍后再试'){
console.log('重新开卡')
await joinShop()
}
await $.wait(parseInt(Math.random() * 2000 + 2000, 10))
await takePostRequest('activityContent');
await takePostRequest('drawContent');
@ -716,6 +720,7 @@ function joinShop() {
if(typeof res == 'object'){
if(res.success === true){
console.log(res.message)
$.joinShopresmessage = res.message
if(res.result && res.result.giftInfo){
for(let i of res.result.giftInfo.giftList){
console.log(`入会获得:${i.discountString}${i.prizeName}${i.secondLineDesc}`)