chenjunkai 6 年 前
コミット
614233f0be
1 ファイル変更2 行追加2 行削除
  1. 2 2
      Object/TokenObject.py

+ 2 - 2
Object/TokenObject.py

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