fix: pushplus更新域名(#93)

This commit is contained in:
shanmite 2021-12-14 16:54:25 +08:00
parent 922dd989bc
commit 548ad4b589
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -3,6 +3,7 @@ node_modules/
tests/
dyids/
dist/
.env
*.log
package-lock.json
env.js

View File

@ -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,