mirror of
https://github.com/chinnkarahoi/jd_scripts.git
synced 2024-06-05 19:32:47 +08:00
sendNotify.js
This commit is contained in:
parent
c26f61a7fb
commit
426a139b9a
@ -137,7 +137,7 @@ if (process.env.PUSH_PLUS_USER) {
|
||||
|
||||
async function sendNotify(text, desp, params = {}) {
|
||||
//提供6种通知
|
||||
desp += `\n\n本脚本开源免费使用 By:https://gitee.com/lxk0301/jd_docker`;
|
||||
desp += `\n\n本脚本免费使用 By:https://gitee.com/lxk0301/jd_docker`;
|
||||
await Promise.all([
|
||||
serverNotify(text, desp),//微信server酱
|
||||
pushPlusNotify(text, desp)//pushplus(推送加)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user