pushplush地址修正 by lcylgs@20210609

This commit is contained in:
lcylgs 2021-06-09 15:04:44 +08:00
parent d14ca52666
commit 805e74591f

View File

@ -751,7 +751,8 @@ function pushPlusNotify(text, desp) {
topic: `${PUSH_PLUS_USER}`, topic: `${PUSH_PLUS_USER}`,
}; };
const options = { const options = {
url: `https://www.pushplus.plus/send`, // url: `http://www.pushplus.plus/send`,
url: `http://pushplus.hxtrip.com/send/`, //pushplush地址修正 by lcylgs@20210609
body: JSON.stringify(body), body: JSON.stringify(body),
headers: { headers: {
'Content-Type': ' application/json', 'Content-Type': ' application/json',