|
|
@@ -156,6 +156,7 @@ async function Main() {
|
|
|
let comPlanResult = await checkLotteryPlanBuy();
|
|
|
}
|
|
|
if (isExpertsRecommendEnabled()) {
|
|
|
+ await magicJS.sleep(100);
|
|
|
let expertsResult = await checkExpertsRecommend();
|
|
|
}
|
|
|
}
|
|
|
@@ -1206,7 +1207,7 @@ async function getPksKillNumListFirst(lotCode, date, rows = 30) {
|
|
|
}
|
|
|
|
|
|
async function getPksKillNumAllList(lotCode, date, rows = 30) {
|
|
|
- const url = `https://${gHost}/api/KillNum/getPksKillNumList.do?lotCode=${lotCode}&rows=${rows}&date=${date}`;
|
|
|
+ const url = `https://${gBuyPlanHost}/api/KillNum/getPksKillNumList.do?lotCode=${lotCode}&rows=${rows}&date=${date}`;
|
|
|
magicJS.logger.info(url);
|
|
|
let cacheData = magicJS.data.read('168_PksKillNumListCache', null);
|
|
|
// magicJS.logger.info(`cacheData=${JSON.stringify(cacheData)}`);
|