Skip to content

Commit 16482af

Browse files
committed
refactor: chat user add login auth
1 parent 6c342e0 commit 16482af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/common/constants/cache_version.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ class Cache_Version(Enum):
3232
# 应用API KEY
3333
APPLICATION_API_KEY = "APPLICATION_API_KEY", lambda secret_key, use_get_data: secret_key
3434

35+
CHAT_USER_TOKEN = "CHAT_USER_TOKEN", lambda token: token
36+
3537
def get_version(self):
3638
return self.value[0]
3739

0 commit comments

Comments
 (0)