fix: 通知暂不支持短信

pull/6814/head
xinwen 2021-09-13 11:03:06 +08:00 committed by Jiangjie.Bai
parent f8f783745c
commit 773f7048be
1 changed files with 1 additions and 1 deletions

View File

@ -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):