usermod/Context/common.py

11 lines
194 B
Python
Raw Permalink Normal View History

2023-02-07 08:48:41 +08:00
# 全局连接与数据
class ctx:
# redis连接池
redis_pool = None
# 公共配置
common_conf = None
# token工具
token_util = None
2023-02-10 13:54:44 +08:00
# 运行环境
env = None