|
|
@@ -528,6 +528,7 @@ async function do168UserLogin(userName, password, captchaCode) {
|
|
|
async function checkTimeSlotPlanBuy() {
|
|
|
// let htmlUrl = `https://${gBuyPlanHost}/v1/html/buy_plan/buy_plan.html`;
|
|
|
// let htmlContent = await getHtmlContent(htmlUrl, gBuyPlanHeaders);
|
|
|
+ magicJS.logger.log(`模式:${gBetMode}\n`);
|
|
|
|
|
|
let nowDate = formatNow();
|
|
|
let pksPlanListData = await getPksPlanList(gLotteryCode, nowDate, 100);
|
|
|
@@ -558,8 +559,6 @@ async function checkTimeSlotPlanBuy() {
|
|
|
outMsg += `\n计划B:${pksPlanItemData.planB} 单注:${Math.floor(pksPlanItemData.lotteryCostB / 4)}\n`;
|
|
|
outMsg += `\n计划A:${pksPlanItemData.planA} 单注:${Math.floor(pksPlanItemData.lotteryCostA / 5)}\n`;
|
|
|
|
|
|
- outMsg += `模式:${gBetMode}\n`;
|
|
|
-
|
|
|
magicJS.logger.info(outMsg);
|
|
|
|
|
|
magicJS.data.write('168_PksPlanPreDrawIssue', preDrawIssue);
|