修复飞书markdown信息渲染问题

pull/11281/head
BoringCat 2023-08-15 10:31:22 +08:00 committed by Bryan
parent 7ba261c4f0
commit 873e6d1ab9
1 changed files with 2 additions and 2 deletions

View File

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