mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-01 04:40:38 +08:00
修复任务日志二维码展示,pushplus使用https
This commit is contained in:
+1
-1
@@ -689,7 +689,7 @@ function pushPlusNotify(text, desp) {
|
||||
topic: `${PUSH_PLUS_USER}`,
|
||||
};
|
||||
const options = {
|
||||
url: `http://www.pushplus.plus/send`,
|
||||
url: `https://www.pushplus.plus/send`,
|
||||
body: JSON.stringify(body),
|
||||
headers: {
|
||||
'Content-Type': ' application/json',
|
||||
|
||||
Reference in New Issue
Block a user