mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-06-27 07:17:10 +00:00
修复飞书markdown信息渲染问题
This commit is contained in:
parent
7ba261c4f0
commit
873e6d1ab9
@ -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 = []
|
||||||
|
Loading…
Reference in New Issue
Block a user