Explorar o código

优化刷新token接口

peng hai 1 ano
pai
achega
ee519a98f0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Object/RedisObject.py

+ 1 - 1
Object/RedisObject.py

@@ -3,7 +3,7 @@ from Ansjer.config import SERVER_HOST
 
 
 # 本地调试把注释打开
-# SERVER_HOST = '127.0.0.1'
+SERVER_HOST = '127.0.0.1'
 
 
 class RedisObject: