|
@@ -16,7 +16,7 @@ log_ = Log()
|
|
|
def send_msg_to_feishu(msg_text):
|
|
|
"""发送消息到飞书"""
|
|
|
# webhook地址
|
|
|
- webhook = 'https://open.feishu.cn/open-apis/bot/v2/hook/251c9690-f7e0-4ae8-9206-20d4942ae6f0'
|
|
|
+ webhook = 'https://open.feishu.cn/open-apis/bot/v2/hook/8de4de35-30ed-4692-8854-7a154e89b2f2'
|
|
|
# 自定义关键词key_word
|
|
|
key_word = '服务报警'
|
|
|
headers = {'Content-Type': 'application/json'}
|