chenjunkai 6 years ago
parent
commit
614233f0be
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Object/TokenObject.py

+ 2 - 2
Object/TokenObject.py

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