This commit is contained in:
lxk0301
2021-03-31 12:14:20 +08:00
parent afe63b1ef0
commit 7aa62b1c3e
4 changed files with 8 additions and 7 deletions

View File

@@ -127,7 +127,7 @@ async function jdFruit() {
$.logErr(e);
const errMsg = `京东账号${$.index} ${$.nickName || $.UserName}\n任务执行异常,请检查执行日志 ‼️‼️`;
if ($.isNode()) await notify.sendNotify(`${$.name}`, errMsg);
$.msg($.name, '', `京东账号${$.index} ${$.nickName || $.UserName}\n${errMsg}`)
$.msg($.name, '', `${errMsg}`)
}
await showMsg();
}