删除KWW.py替换未KWW.js

This commit is contained in:
CHERWIN 2024-05-17 00:16:22 +08:00
parent 449cbc7e94
commit 7db2cae484

16
KWW.js
View File

@ -155,14 +155,14 @@ UserCookieArr = ENV_SPLIT(UserCookie)
//log(`\n==== 积分查询 ====\n`) //log(`\n==== 积分查询 ====\n`)
await getMemberScore(); await getMemberScore();
// console.log('\n====== 开始一对一推送 ======') console.log('\n====== 开始一对一推送 ======')
// if (len_split_info > 0 && last_info.includes("UID_")) { if (len_split_info > 0 && last_info.includes("UID_")) {
// console.log(`>检测到设置了UID:【${last_info}】✅`); console.log(`>检测到设置了UID:【${last_info}】✅`);
// send_UID = last_info send_UID = last_info
// await send_wxpusher(send_UID,one_msg,APP_NAME); await send_wxpusher(send_UID,one_msg,APP_NAME);
// }else{ }else{
// Log('>未检测到wxpusher UID不执行一对一推送❌') Log('>未检测到wxpusher UID不执行一对一推送❌')
// } }
await $.wait(5000); await $.wait(5000);
} }
Log(APP_CONFIG['GLOBAL_NTC']) Log(APP_CONFIG['GLOBAL_NTC'])