# 全局连接与数据 class ctx: # redis连接池 redis_pool = None # 公共配置 common_conf = None # token工具 token_util = None # 运行环境 env = None