From ef4999be5546e16ddb1cb35059ba4c36e3366ec1 Mon Sep 17 00:00:00 2001 From: NANSIYV <39900381+nsv2051@users.noreply.github.com> Date: Fri, 25 Aug 2023 10:37:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20python=20=E4=BC=81?= =?UTF-8?q?=E4=B8=9A=E5=BE=AE=E4=BF=A1=E6=8E=A8=E9=80=81=E9=94=99=E8=AF=AF?= =?UTF-8?q?=20(#2087)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #2086 --- sample/notify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample/notify.py b/sample/notify.py index d7f07c47..27d817bd 100644 --- a/sample/notify.py +++ b/sample/notify.py @@ -456,7 +456,7 @@ class WeCom: return respone["errmsg"] def send_mpnews(self, title, message, media_id, touser="@all"): - send_url = f"https://{self.ORIGIN}/cgi-bin/message/send?access_token={self.get_access_token()}" + send_url = f"{self.ORIGIN}/cgi-bin/message/send?access_token={self.get_access_token()}" send_values = { "touser": touser, "msgtype": "mpnews",