From 7db2cae484188de11b7d73d5f4a1103f6b7494c4 Mon Sep 17 00:00:00 2001 From: CHERWIN Date: Fri, 17 May 2024 00:16:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4KWW.py=E6=9B=BF=E6=8D=A2?= =?UTF-8?q?=E6=9C=AAKWW.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- KWW.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/KWW.js b/KWW.js index fb220be..730957e 100644 --- a/KWW.js +++ b/KWW.js @@ -155,14 +155,14 @@ UserCookieArr = ENV_SPLIT(UserCookie) //log(`\n==== 积分查询 ====\n`) await getMemberScore(); - // console.log('\n====== 开始一对一推送 ======') - // if (len_split_info > 0 && last_info.includes("UID_")) { - // console.log(`>检测到设置了UID:【${last_info}】✅`); - // send_UID = last_info - // await send_wxpusher(send_UID,one_msg,APP_NAME); - // }else{ - // Log('>未检测到wxpusher UID,不执行一对一推送❌') - // } + console.log('\n====== 开始一对一推送 ======') + if (len_split_info > 0 && last_info.includes("UID_")) { + console.log(`>检测到设置了UID:【${last_info}】✅`); + send_UID = last_info + await send_wxpusher(send_UID,one_msg,APP_NAME); + }else{ + Log('>未检测到wxpusher UID,不执行一对一推送❌') + } await $.wait(5000); } Log(APP_CONFIG['GLOBAL_NTC'])