From 7f33183b7f55003053ce6681b69f6a0cae0c77f5 Mon Sep 17 00:00:00 2001 From: blusunny Date: Fri, 17 Mar 2023 23:51:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B6=88=E6=81=AF=E9=80=9A=E7=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sendNotify.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sendNotify.js b/sendNotify.js index e8af6bc..0b62593 100644 --- a/sendNotify.js +++ b/sendNotify.js @@ -67,7 +67,7 @@ let DD_BOT_SECRET = ''; // =======================================企业微信机器人通知设置区域=========================================== //此处填你企业微信机器人的 webhook(详见文档 https://work.weixin.qq.com/api/doc/90000/90136/91770),例如:693a91f6-7xxx-4bc4-97a0-0ec2sifa5aaa //(环境变量名 QYWX_KEY) -let QYWX_KEY = '2b00e2b5-7817-4dc7-87a8-aea5fb639bdf'; +let QYWX_KEY = ''; // =======================================企业微信应用消息通知设置区域=========================================== /* @@ -103,11 +103,11 @@ let WP_TOPICIDS = ""; let WP_UIDS = ""; let WP_URL = ""; -let WP_APP_TOKEN_ONE = "AT_thU51MNdZeGANvqL4nl0f5Oi48UR7aMb"; +let WP_APP_TOKEN_ONE = ""; if (process.env.WP_APP_TOKEN_ONE) { WP_APP_TOKEN_ONE = process.env.WP_APP_TOKEN_ONE; } -let WP_UIDS_ONE = "UID_AYExEYi5EIBWXNX02z5kA8OqmRco"; +let WP_UIDS_ONE = ""; // =======================================gotify通知设置区域============================================== //gotify_url 填写gotify地址,如https://push.example.de:8080