mirror of
https://github.com/whyour/qinglong.git
synced 2025-07-29 16:06:07 +08:00
pushplush地址修正 by lcylgs@20210609
This commit is contained in:
parent
d14ca52666
commit
805e74591f
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user