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,