秒杀红包雨脚本, 修改一下iOS代理软件的弹窗通知

This commit is contained in:
lxk0301
2020-12-07 11:22:22 +08:00
parent 55624e2e70
commit daa417efbc
2 changed files with 5 additions and 4 deletions

View File

@@ -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)}`)
}