From 8bd13671857ba679d3ea9857df9900993ed9a17b Mon Sep 17 00:00:00 2001 From: kilo5hz <1005hz@outlook.com> Date: Sun, 14 Nov 2021 14:59:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3gotify=E5=8F=98=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sample/notify.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sample/notify.js b/sample/notify.js index d5b86bef..12b7cfeb 100644 --- a/sample/notify.js +++ b/sample/notify.js @@ -92,13 +92,13 @@ let PUSH_PLUS_USER = ''; //==========================云端环境变量的判断与接收========================= if (process.env.GOTIFY_URL) { - GOBOT_URL = process.env.GOTIFY_URL; + GOTIFY_URL = process.env.GOTIFY_URL; } if (process.env.GOTIFY_TOKEN) { - GOBOT_TOKEN = process.env.GOTIFY_TOKEN; + GOTIFY_TOKEN = process.env.GOTIFY_TOKEN; } if (process.env.GOTIFY_PRIORITY) { - GOBOT_QQ = process.env.GOTIFY_PRIORITY; + GOTIFY_PRIORITY = process.env.GOTIFY_PRIORITY; } if (process.env.GOBOT_URL) {