perf: 解决Slack解绑用户404问题 (#12283)

Co-authored-by: jiangweidong <weidong.jiang@fit2cloud.com>
This commit is contained in:
fit2bot
2023-12-08 15:11:49 +08:00
committed by GitHub
parent 7ad2abe104
commit 81de527e32
9 changed files with 429 additions and 439 deletions

View File

@@ -33,6 +33,11 @@ class FeiShuNotBound(JMSException):
default_detail = _('FeiShu is not bound')
class SlackNotBound(JMSException):
default_code = 'slack_not_bound'
default_detail = _('Slack is not bound')
class PasswordInvalid(JMSException):
default_code = 'passwd_invalid'
default_detail = _('Your password is invalid')