From ac2aa62c4a2c7f12497205e0c9a6fb6c6802ae21 Mon Sep 17 00:00:00 2001 From: lxk0301 <778732665@qq.com> Date: Sat, 27 Feb 2021 23:33:20 +0800 Subject: [PATCH] sendNotify.js update --- sendNotify.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sendNotify.js b/sendNotify.js index 24c98ad9..1a1fd3a9 100644 --- a/sendNotify.js +++ b/sendNotify.js @@ -2,7 +2,7 @@ * @Author: lxk0301 https://gitee.com/lxk0301 * @Date: 2020-08-19 16:12:40 * @Last Modified by: lxk0301 - * @Last Modified time: 2021-2-20 17:52:54 + * @Last Modified time: 2021-2-27 17:52:54 */ const querystring = require("querystring"); const $ = new Env(); @@ -128,7 +128,7 @@ if (process.env.PUSH_PLUS_USER) { async function sendNotify(text, desp, params = {}) { //提供6种通知 - desp += `\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(推送加)