perf: 修改网关自动化任务 (#9335)

Co-authored-by: feng <1304903146@qq.com>
This commit is contained in:
fit2bot
2023-01-18 17:14:02 +08:00
committed by GitHub
parent 571e9b1878
commit c2a8acb73b
10 changed files with 85 additions and 26 deletions

View File

@@ -23,6 +23,7 @@ class AutomationTypes(models.TextChoices):
change_secret = 'change_secret', _('Change secret')
verify_account = 'verify_account', _('Verify account')
gather_accounts = 'gather_accounts', _('Gather accounts')
verify_gateway_account = 'verify_gateway_account', _('Verify gateway account')
@classmethod
def get_type_model(cls, tp):