mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-27 07:44:23 +00:00
feat: 拆分 feishu lark
This commit is contained in:
@@ -33,6 +33,11 @@ class FeiShuNotBound(JMSException):
|
||||
default_detail = _('FeiShu is not bound')
|
||||
|
||||
|
||||
class LarkNotBound(JMSException):
|
||||
default_code = 'lark_not_bound'
|
||||
default_detail = _('Lark is not bound')
|
||||
|
||||
|
||||
class SlackNotBound(JMSException):
|
||||
default_code = 'slack_not_bound'
|
||||
default_detail = _('Slack is not bound')
|
||||
|
Reference in New Issue
Block a user