renyupeng há 2 anos atrás
pai
commit
1a71873d8c
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      utils/send_feishu_msg.py

+ 1 - 1
utils/send_feishu_msg.py

@@ -46,7 +46,7 @@ class SendFeiShuMsg:
     @staticmethod
     def send_cookie_robot_msg(msg_content):
         try:
-            url = 'https://open.feishu.cn/open-apis/bot/v2/hook/4c20b26f-6a58-4ebf-9754-80ab1b35387e'
+            url = 'https://open.feishu.cn/open-apis/bot/v2/hook/6f1e77f2-cdc3-48d6-957e-4c9953da55c0'
             req_head = {"Content-Type": "application/json"}
             req_data = {
                 "msg_type": "text",