From 4a766b34b59e77aed17607e4a66b674a2239e728 Mon Sep 17 00:00:00 2001 From: tt-ali Date: Mon, 21 Oct 2024 16:42:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=8E=A8=E9=80=81=E5=9C=B0?= =?UTF-8?q?=E5=9D=80=EF=BC=8C=E4=BF=AE=E5=A4=8D=E7=BC=93=E5=AD=98=E5=8F=91?= =?UTF-8?q?=E9=80=81=E5=A4=B1=E8=B4=A5=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/server.py b/server.py index 2a2b73b..7f67cca 100755 --- a/server.py +++ b/server.py @@ -87,11 +87,12 @@ def s2wx(title="",description="", content=""): def send(): c= " \n".join(msgcache[:3]) try: - res = requests.post("https://msgpusher.com/push/test111", json={ + res = requests.post("http://8.137.110.19:4014/push/murmur", json={ "title": title, "description": description, "content": c, - "token": "tt"}) + "channel":"all-TT", + "token": "gjvL2gMZqj326isgafmz"}) logger.debug("msgpusher {}",res) except: logger.error("msgpusher error");