feat: 添加系统配置,更新验证码接口
This commit is contained in:
@@ -263,3 +263,5 @@ class RedisKeyConfig(Enum):
|
||||
"""用于存储国际化数据。"""
|
||||
TRANSLATION_TYPES = {'key': 'translation_types', 'remark': '国际化类型'}
|
||||
"""国际化类型,存储国际化类型及其配置信息。"""
|
||||
SYSTEM_CONFIG = {'key': 'system_config', 'remark': '系统配置信息'}
|
||||
"""系统配置信息,存储系统的配置信息。"""
|
||||
|
||||
Reference in New Issue
Block a user