mirror of
https://github.com/CHERWING/CHERWIN_SCRIPTS.git
synced 2024-11-22 09:04:11 +08:00
删除KWW.py替换未KWW.js
This commit is contained in:
parent
449cbc7e94
commit
7db2cae484
16
KWW.js
16
KWW.js
@ -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'])
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user