update jd_joy.js ,云端多账号内容全集中到一次通知,注:部分推送方式可能会对内容有长度限制可能会导致推送失败或者推送内容不完整

This commit is contained in:
lxk0301
2021-02-27 15:38:36 +08:00
parent 40d308ab2c
commit 7199de8ed1
2 changed files with 5 additions and 3 deletions

View File

@@ -73,7 +73,7 @@ if ($.isNode()) {
}
}
if ($.isNode()) {
if ($.isNode() && allMessage) {
await notify.sendNotify(`${$.name}`, `${allMessage}`, { url: `https://bean.m.jd.com/beanDetail/index.action?resourceValue=bean` })
}
})()