mirror of https://github.com/jumpserver/jumpserver
fix: 通知暂不支持短信
parent
f8f783745c
commit
773f7048be
|
@ -12,7 +12,7 @@ class BACKEND(models.TextChoices):
|
|||
DINGTALK = 'dingtalk', _('DingTalk')
|
||||
SITE_MSG = 'site_msg', _('Site message')
|
||||
FEISHU = 'feishu', _('FeiShu')
|
||||
SMS = 'sms', _('SMS')
|
||||
# SMS = 'sms', _('SMS')
|
||||
|
||||
@property
|
||||
def client(self):
|
||||
|
|
Loading…
Reference in New Issue