Skip to content

Commit 515e855

Browse files
committed
refactor: cache
1 parent 82d4a33 commit 515e855

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
@@ -24,6 +24,8 @@ class Cache_Version(Enum):
2424
CAPTCHA = "CAPTCHA", lambda captcha: captcha
2525
# 系统
2626
SYSTEM = "SYSTEM", lambda key: key
27+
# 应用对接三方应用的缓存
28+
APPLICATION_THIRD_PARTY = "APPLICATION:THIRD_PARTY", lambda key: key
2729

2830
def get_version(self):
2931
return self.value[0]

0 commit comments

Comments
 (0)