|
|
@@ -560,7 +560,7 @@ async function checkPlanBBuyNotify(pksPlanItemData, pksPlanListData) {
|
|
|
// 累计成本
|
|
|
let lotteryCostAllB = pksPlanItemData.lotteryCostAllB;
|
|
|
|
|
|
- let tipsMsg = `[B]推荐号码:${planB} 单注额:${turnOneCost} \n期号:${preDrawIssue} 开奖时间:${preDrawTime} 剩余时间:${countTime}s`;
|
|
|
+ let tipsMsg = `[B]推荐号码:${planB} 单注:${turnOneCost} \n期号:${preDrawIssue} 开奖时间:${preDrawTime} 剩余时间:${countTime}s`;
|
|
|
magicJS.logger.info(tipsMsg);
|
|
|
|
|
|
if (preDrawCode.length > 0) {
|
|
|
@@ -610,7 +610,7 @@ async function checkPlanABuyNotify(pksPlanItemData, pksPlanListData) {
|
|
|
// 累计成本
|
|
|
let lotteryCostAllC = pksPlanItemData.lotteryCostAllC;
|
|
|
|
|
|
- let tipsMsg = `[B]推荐号码:${planA} 单注额:${turnOneCost} \n期号:${preDrawIssue} 开奖时间:${preDrawTime} 剩余时间:${countTime}s`;
|
|
|
+ let tipsMsg = `[A]推荐号码:${planA} 单注:${turnOneCost} \n期号:${preDrawIssue} 开奖时间:${preDrawTime} 剩余时间:${countTime}s`;
|
|
|
magicJS.logger.info(tipsMsg);
|
|
|
|
|
|
if (preDrawCode.length > 0) {
|
|
|
@@ -862,7 +862,7 @@ async function tryReLogin() {
|
|
|
async function tryGenerateCaptchaAndRecognize(tryCount = 1) {
|
|
|
let captchaRet = null;
|
|
|
let recognizeRet = null;
|
|
|
- for(let i = i; i < tryCount; i++) {
|
|
|
+ for(let i = 0; i < tryCount; i++) {
|
|
|
captchaRet = await doGenerateCaptcha();
|
|
|
if (!captchaRet || captchaRet.statusCode != 200) {
|
|
|
continue;
|