Skip to content

Commit

Permalink
perf: 优化飞书接收到的工单审批的连接无法点击的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
O-Jiangweidong committed Jun 25, 2023
1 parent 13d895b commit fc44bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/notifications/notifications.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ def get_wecom_msg(self) -> dict:
return self.markdown_msg

def get_feishu_msg(self) -> dict:
return self.text_msg
return self.markdown_msg

def get_email_msg(self) -> dict:
return self.html_msg_with_sign
Expand Down

0 comments on commit fc44bdb

Please sign in to comment.