feat(auth): update intercept event type

This commit is contained in:
InfinityPacer
2024-10-19 16:57:44 +08:00
parent d8e7c7e6d7
commit d48c4d15e2
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -64,8 +64,8 @@ class ChainEventType(Enum):
NameRecognize = "name.recognize"
# 认证验证请求
AuthVerification = "auth.verification"
# 认证通过拦截
AuthPassedIntercept = "auth.passed.intercept"
# 认证拦截请求
AuthIntercept = "auth.intercept"
# 系统配置Key字典