From 03e2e6667f9dacaee61182393baa9665ce3b89d0 Mon Sep 17 00:00:00 2001 From: ZhuoZhou Date: Thu, 8 May 2025 17:43:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BE=A4=E6=B6=88=E6=81=AF?= =?UTF-8?q?=E6=9C=BA=E5=99=A8=E4=BA=BA=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FindObjectBundleBuilder/Tools/ipm/wechat_alert.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FindObjectBundleBuilder/Tools/ipm/wechat_alert.py b/FindObjectBundleBuilder/Tools/ipm/wechat_alert.py index 884a8ac..3e4d7ed 100644 --- a/FindObjectBundleBuilder/Tools/ipm/wechat_alert.py +++ b/FindObjectBundleBuilder/Tools/ipm/wechat_alert.py @@ -6,7 +6,7 @@ import requests class wechat_alert: def alert(self, message, at_people_list=[], hook_url=None): try: - webhook = "https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=25b70526-e844-46a2-a8e6-3ce69827ba9b" if hook_url == None else hook_url + webhook = "https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=08e26ad6-9b88-41ee-8864-bb84150c70d6" if hook_url == None else hook_url header = { "Content-Type": "application/json", "Charset": "UTF-8"