修复飞书markdown信息渲染问题

This commit is contained in:
BoringCat 2023-08-15 10:31:22 +08:00 committed by Bryan
parent 7ba261c4f0
commit 873e6d1ab9

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 = []