|
|
@@ -577,7 +577,7 @@ async function checkLastRecordPlanBuy() {
|
|
|
return;
|
|
|
}
|
|
|
if (lotteryRet.preDrawIssue - lastBetRecord.drawIssue > 1) {
|
|
|
- magicJS.logger.info(`最后期号${lastBetRecord.drawIssue}`);
|
|
|
+ magicJS.logger.info(`尾末期号:${lastBetRecord.drawIssue} 已经错过追号时机,放弃追号`);
|
|
|
magicJS.data.write(`DIII_CaiLeYuan_Lottery_${gCaiLeLotteryType}#${ranking}`, `{}`);
|
|
|
return;
|
|
|
}
|