mirror of
https://github.com/whyour/qinglong.git
synced 2025-07-28 23:46:06 +08:00
pushplush地址修正 by lcylgs@20210609
This commit is contained in:
parent
d14ca52666
commit
805e74591f
|
@ -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,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