This commit is contained in:
Faker
2022-05-26 10:16:34 +08:00
parent 2239dd3b0e
commit d4a2f5186c
6 changed files with 1083 additions and 21 deletions

View File

@@ -247,7 +247,7 @@ if(DisableIndex!=-1){
}
//金融养猪
let EnablePigPet=true;
let EnablePigPet=false;
DisableIndex=strDisableList.findIndex((item) => item === "金融养猪");
if(DisableIndex!=-1){
console.log("检测到设定关闭金融养猪查询");
@@ -402,7 +402,7 @@ if(DisableIndex!=-1){
await notify.sendNotify(`${$.name}`, `${allMessage}`, {
url: `https://bean.m.jd.com/beanDetail/index.action?resourceValue=bean`
}, '\n\n本通知 By ccwav Mod',TempMessage)
}, '\n\n本通知 By https://github.com/shufflewzc/faker',TempMessage)
}
if ($.isNode() && allMessageMonth) {
await notify.sendNotify(`京东月资产变动`, `${allMessageMonth}`, {
@@ -471,7 +471,7 @@ if(DisableIndex!=-1){
await notify.sendNotify(`${$.name}`, `${allMessage}`, {
url: `https://bean.m.jd.com/beanDetail/index.action?resourceValue=bean`
}, '\n\n本通知 By ccwav Mod',TempMessage)
}, '\n\n本通知 By https://github.com/shufflewzc/faker2',TempMessage)
}
if ($.isNode() && allMessageMonth) {
await notify.sendNotify(`京东月资产变动`, `${allMessageMonth}`, {
@@ -487,7 +487,7 @@ if(DisableIndex!=-1){
allMessageGp2=strAllNotify+`\n`+allMessageGp2;
await notify.sendNotify(`${$.name}#2`, `${allMessageGp2}`, {
url: `https://bean.m.jd.com/beanDetail/index.action?resourceValue=bean`
}, '\n\n本通知 By ccwav Mod',TempMessage)
}, '\n\n本通知 By https://github.com/shufflewzc/faker2',TempMessage)
await $.wait(10 * 1000);
}
if ($.isNode() && allMessageGp3) {
@@ -496,7 +496,7 @@ if(DisableIndex!=-1){
allMessageGp3=strAllNotify+`\n`+allMessageGp3;
await notify.sendNotify(`${$.name}#3`, `${allMessageGp3}`, {
url: `https://bean.m.jd.com/beanDetail/index.action?resourceValue=bean`
}, '\n\n本通知 By ccwav Mod',TempMessage)
}, '\n\n本通知 By https://github.com/shufflewzc/faker2',TempMessage)
await $.wait(10 * 1000);
}
if ($.isNode() && allMessageGp4) {
@@ -505,7 +505,7 @@ if(DisableIndex!=-1){
allMessageGp4=strAllNotify+`\n`+allMessageGp4;
await notify.sendNotify(`${$.name}#4`, `${allMessageGp4}`, {
url: `https://bean.m.jd.com/beanDetail/index.action?resourceValue=bean`
}, '\n\n本通知 By ccwav Mod',TempMessage)
}, '\n\n本通知 By https://github.com/shufflewzc/faker2',TempMessage)
await $.wait(10 * 1000);
}
if ($.isNode() && allMessage) {
@@ -515,7 +515,7 @@ if(DisableIndex!=-1){
await notify.sendNotify(`${$.name}`, `${allMessage}`, {
url: `https://bean.m.jd.com/beanDetail/index.action?resourceValue=bean`
}, '\n\n本通知 By ccwav Mod',TempMessage)
}, '\n\n本通知 By https://github.com/shufflewzc/faker2',TempMessage)
await $.wait(10 * 1000);
}
@@ -998,7 +998,7 @@ async function showMsg() {
if(strAllNotify)
ReturnMessage=strAllNotify+`\n`+ReturnMessage;
await notify.sendNotifybyWxPucher(strTitle, `${ReturnMessage}`, `${$.UserName}`,'\n\n本通知 By ccwav Mod',strsummary);
await notify.sendNotifybyWxPucher(strTitle, `${ReturnMessage}`, `${$.UserName}`,'\n\n本通知 By https://github.com/shufflewzc/faker2',strsummary);
}
//$.msg($.name, '', ReturnMessage , {"open-url": "https://bean.m.jd.com/beanDetail/index.action?resourceValue=bean"});