renyupeng 2 년 전
부모
커밋
1a71873d8c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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",