Browse Source

优化刷新token接口

peng 1 year ago
parent
commit
ee519a98f0
1 changed files with 1 additions and 1 deletions
  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: