From 78c7da736100e1953b0502b0939a86b9b826d4f8 Mon Sep 17 00:00:00 2001 From: cppla <i@cpp.la> Date: Thu, 25 Aug 2022 16:03:46 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=8F=E6=B5=8B=E8=AF=95=E9=82=AE=E7=AE=B1?= =?UTF-8?q?=20=E5=92=8Cwechat=E4=B8=8D=E8=83=BD=E7=A8=B3=E5=AE=9A=E5=8F=91?= =?UTF-8?q?=E9=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 经测试邮箱 和wechat不能稳定发送 --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 4094f4a..7271be2 100644 --- a/README.md +++ b/README.md @@ -63,9 +63,7 @@ cd ServerStatus/server && make ! watchdog interval 最小通知间隔。 ! watchdog callback Telegram:https://api.telegram.org/bot你自己的密钥/sendMessage?parse_mode=HTML&disable_web_page_preview=true&chat_id=你自己的标识&text= ! watchdog callback Server酱: https://sctapi.ftqq.com/你自己的密钥.send?title=ServerStatus&desp= -! watchdog callback PushDeer: https://api2.pushdeer.com/message/push?pushkey=你自己的密钥&text= -! watchdog callback Email【测试中, 10条/天】: https://api.cloudcpp.com/serverstatus?type=email&email=你自己的邮箱&content= -! watchdog callback WeChat: todo +! watchdog callback PushDeer: https://api2.pushdeer.com/message/push?pushkey=你自己的密钥&text= ``` ```