From 04cfc026724ad9026a4c90e384e79f7787ad9fb4 Mon Sep 17 00:00:00 2001 From: lxk0301 <778732665@qq.com> Date: Fri, 26 Mar 2021 12:19:53 +0800 Subject: [PATCH] sendNotify.js --- sendNotify.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sendNotify.js b/sendNotify.js index abb0e3fc..931315e3 100644 --- a/sendNotify.js +++ b/sendNotify.js @@ -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(推送加)