Revert "pushplush地址修正 by lcylgs@20210609"

This reverts commit 805e7459
This commit is contained in:
lcylgs 2021-06-09 15:27:20 +08:00
parent 805e74591f
commit bb03e67f24

View File

@ -18,9 +18,9 @@ const timeout = 15000; //超时时间(单位毫秒)
//gobot_token 填写在go-cqhttp文件设置的访问密钥
//gobot_qq 填写推送到个人QQ或者QQ群号
//go-cqhttp相关API https://docs.go-cqhttp.org/api
let GOBOT_URL = ''; // 推送到个人QQ: http://127.0.0.1/send_private_msg 群http://127.0.0.1/send_group_msg
let GOBOT_URL = ''; // 推送到个人QQ: http://127.0.0.1/send_private_msg 群http://127.0.0.1/send_group_msg
let GOBOT_TOKEN = ''; //访问密钥
let GOBOT_QQ = ''; // 如果GOBOT_URL设置 /send_private_msg 则需要填入 user_id=个人QQ 相反如果是 /send_group_msg 则需要填入 group_id=QQ群
let GOBOT_QQ = ''; // 如果GOBOT_URL设置 /send_private_msg 则需要填入 user_id=个人QQ 相反如果是 /send_group_msg 则需要填入 group_id=QQ群
// =======================================微信server酱通知设置区域===========================================
//此处填你申请的SCKEY.
@ -751,8 +751,7 @@ function pushPlusNotify(text, desp) {
topic: `${PUSH_PLUS_USER}`,
};
const options = {
// url: `http://www.pushplus.plus/send`,
url: `http://pushplus.hxtrip.com/send/`, //pushplush地址修正 by lcylgs@20210609
url: `https://www.pushplus.plus/send`,
body: JSON.stringify(body),
headers: {
'Content-Type': ' application/json',