mirror of
https://github.com/shufflewzc/faker2.git
synced 2026-04-28 04:19:53 +08:00
update
This commit is contained in:
4
jd_ry.js
4
jd_ry.js
@@ -164,9 +164,9 @@ async function run() {
|
||||
if(i.rewardType != 2){
|
||||
let msg = `【京东账号${$.index}】${$.nickName || $.UserName}\n类型:${i.rewardType} ${i.rewardName} ${i.limitStr}\n`
|
||||
if ($.isNode()){
|
||||
await notify.sendNotify(`${$.name}`, `${msg}`);
|
||||
//await notify.sendNotify(`${$.name}`, `${msg}`);
|
||||
}else{
|
||||
$.msg($.name, ``, `${msg}`);
|
||||
//$.msg($.name, ``, `${msg}`);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user