mirror of
https://github.com/whyour/qinglong.git
synced 2025-07-29 07:56:06 +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}`,
|
||||
};
|
||||
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),
|
||||
headers: {
|
||||
'Content-Type': ' application/json',
|
||||
|
|
Loading…
Reference in New Issue
Block a user