|
@@ -179,10 +179,9 @@ async function Main() {
|
|
|
} else {
|
|
} else {
|
|
|
let comPlanResult = await checkLastRecordPlanBuy();
|
|
let comPlanResult = await checkLastRecordPlanBuy();
|
|
|
}
|
|
}
|
|
|
- if (isExpertsRecommendEnabled()) {
|
|
|
|
|
- // await magicJS.utils.sleep(100);
|
|
|
|
|
- let expertsResult = await checkExpertPlanBuy();
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ // if (isExpertsRecommendEnabled()) {
|
|
|
|
|
+ // let expertsResult = await checkExpertPlanBuy();
|
|
|
|
|
+ // }
|
|
|
}
|
|
}
|
|
|
magicJS.notification.msg('');
|
|
magicJS.notification.msg('');
|
|
|
if (gRetBody) {
|
|
if (gRetBody) {
|
|
@@ -604,6 +603,7 @@ async function checkLastRecordPlanBuy() {
|
|
|
}
|
|
}
|
|
|
let tipsMsg = `[尾末]推荐号码:${lastBetRecord.planStr} 单注:${turnOneCost} \n期号:${drawIssue} 开奖时间:${drawTime}`;
|
|
let tipsMsg = `[尾末]推荐号码:${lastBetRecord.planStr} 单注:${turnOneCost} \n期号:${drawIssue} 开奖时间:${drawTime}`;
|
|
|
if (isPlanCEnabled() && isPlanLotteryAutoBet()) {
|
|
if (isPlanCEnabled() && isPlanLotteryAutoBet()) {
|
|
|
|
|
+ updateRequestHeaders();
|
|
|
let maxBetAmount = getPlanLotteryMaxBetAmount();
|
|
let maxBetAmount = getPlanLotteryMaxBetAmount();
|
|
|
let betRet = await tryDragonBetPoor(lotteryRet.drawIssue, ranking, lastBetRecord.planStr, turnOneCost, maxBetAmount);
|
|
let betRet = await tryDragonBetPoor(lotteryRet.drawIssue, ranking, lastBetRecord.planStr, turnOneCost, maxBetAmount);
|
|
|
}
|
|
}
|