perf: 优化飞书信息通知文案

pull/11530/head
Bai 2023-08-15 10:50:38 +08:00 committed by Bryan
parent d02e56da78
commit 24949c6013
1 changed files with 2 additions and 2 deletions

View File

@ -117,8 +117,8 @@ class FeiShu(RequestMixin):
} }
body = { body = {
'msg_type': 'text', 'msg_type': 'interactive',
'content': json.dumps({'text': msg}) 'content': json.dumps({'elements': [{'tag': 'markdown', 'content': msg}]})
} }
invalid_users = [] invalid_users = []