chenjunkai 6 years ago
parent
commit
7ba15fbfa6
1 changed files with 4 additions and 2 deletions
  1. 4 2
      Object/TokenObject.py

+ 4 - 2
Object/TokenObject.py

@@ -40,9 +40,11 @@ class TokenObject:
         except jwt.ExpiredSignatureError as e:
             print('过期')
             print(repr(e))
-            self.code = 308
+            # self.code = 307
+            self.code = 309
         except Exception as e:
-            self.code = 308
+            # self.code = 305
+            self.code = 309
         else:
             return res