From 548ad4b5896c6f7df10a891e691b49fa9c9d1688 Mon Sep 17 00:00:00 2001 From: shanmite Date: Tue, 14 Dec 2021 16:54:25 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20pushplus=E6=9B=B4=E6=96=B0=E5=9F=9F?= =?UTF-8?q?=E5=90=8D(#93)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + lib/helper/notify.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5a371d2..22439ea 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ node_modules/ tests/ dyids/ dist/ +.env *.log package-lock.json env.js diff --git a/lib/helper/notify.js b/lib/helper/notify.js index 73d9e68..0643344 100644 --- a/lib/helper/notify.js +++ b/lib/helper/notify.js @@ -621,7 +621,7 @@ function pushPlusNotify(text, desp) { if (PUSH_PLUS_TOKEN) { send({ method: 'POST', - url: 'https://pushplus.hxtrip.com/send', + url: 'http://www.pushplus.plus/send', contents: { token: PUSH_PLUS_TOKEN, title: text,