秒杀红包雨脚本, 修改一下iOS代理软件的弹窗通知
This commit is contained in:
@@ -95,11 +95,12 @@ function getRedRain() {
|
||||
data = JSON.parse(data);
|
||||
if (data.subCode === '0') {
|
||||
console.log(`领取成功,获得${JSON.stringify(data.lotteryResult)}`)
|
||||
message+= `领取成功,获得${JSON.stringify(data.lotteryResult)}\n`
|
||||
// message+= `领取成功,获得${JSON.stringify(data.lotteryResult)}\n`
|
||||
message+= `${data.lotteryResult.jPeasList[0].ext}:${(data.lotteryResult.jPeasList[0].quantity)}京豆\n`
|
||||
|
||||
} else if (data.subCode === '8') {
|
||||
console.log(`今日次数已满`)
|
||||
message += `领取失败,今日已签到`;
|
||||
message += `领取失败,今日已签到\n`;
|
||||
} else {
|
||||
console.log(`异常:${JSON.stringify(data)}`)
|
||||
}
|
||||
|
Reference in New Issue
Block a user