sendNotify.js

This commit is contained in:
lxk0301
2021-03-26 12:19:53 +08:00
parent ced4411d3b
commit 04cfc02672

View File

@@ -137,7 +137,7 @@ if (process.env.PUSH_PLUS_USER) {
async function sendNotify(text, desp, params = {}) {
//提供6种通知
desp += `\n\n本脚本开源免费使用 Byhttps://gitee.com/lxk0301/jd_docker`;
desp += `\n\n本脚本免费使用 Byhttps://gitee.com/lxk0301/jd_docker`;
await Promise.all([
serverNotify(text, desp),//微信server酱
pushPlusNotify(text, desp)//pushplus(推送加)