diff --git a/sample/notify.py b/sample/notify.py index b9a39c69..13b5e70a 100644 --- a/sample/notify.py +++ b/sample/notify.py @@ -95,7 +95,7 @@ def serverJ(title, content): "text": title, "desp": content.replace("\n", "\n\n") } - response = requests.post(f"https://sc.ftqq.com/{SCKEY}.send", data=data).json() + response = requests.post(f"https://sctapi.ftqq.com/{SCKEY}.send", data=data).json() if response['errno'] == 0: print('推送成功!') else: