From dab958754ad6988ceae7d6c3c2eef5bae226658a Mon Sep 17 00:00:00 2001 From: qiaoxinjiu Date: Wed, 17 Dec 2025 17:55:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B2=A1=E6=9C=89bug=E6=97=B6=E4=B8=8D?= =?UTF-8?q?=E5=8F=91=E9=80=81=E6=B6=88=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zendao_tools/handle_bug.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zendao_tools/handle_bug.py b/zendao_tools/handle_bug.py index 7751bc9..394b3a8 100644 --- a/zendao_tools/handle_bug.py +++ b/zendao_tools/handle_bug.py @@ -51,7 +51,7 @@ def get_all_bugs_and_send(): password = "Qiao123456" # 飞书配置 - feishu_webhook = "https://open.feishu.cn/open-apis/bot/v2/hook/c7288ada-1c0c-472a-b652-a475a9586302" + feishu_webhook = "https://open.feishu.cn/open-apis/bot/v2/hook/3442300f-c839-4aaa-9510-bf173c50851b" keyword = "bug" print("获取禅道Bug列表") @@ -321,7 +321,7 @@ def get_all_bugs_and_send(): message += f"🔗 禅道地址: {base_url}" print(message) - send_to_feishu(feishu_webhook, message, keyword) + # send_to_feishu(feishu_webhook, message, keyword) def send_simple_report(): @@ -331,7 +331,7 @@ def send_simple_report(): password = "Qiao123456" # 飞书配置 - feishu_webhook = "https://open.feishu.cn/open-apis/bot/v2/hook/c7288ada-1c0c-472a-b652-a475a9586302" + feishu_webhook = "https://open.feishu.cn/open-apis/bot/v2/hook/3442300f-c839-4aaa-9510-bf173c50851b" keyword = "bug" print("获取禅道Bug统计")