We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82d4a33 commit 515e855Copy full SHA for 515e855
apps/common/constants/cache_version.py
@@ -24,6 +24,8 @@ class Cache_Version(Enum):
24
CAPTCHA = "CAPTCHA", lambda captcha: captcha
25
# 系统
26
SYSTEM = "SYSTEM", lambda key: key
27
+ # 应用对接三方应用的缓存
28
+ APPLICATION_THIRD_PARTY = "APPLICATION:THIRD_PARTY", lambda key: key
29
30
def get_version(self):
31
return self.value[0]
0 commit comments