bianjunhui 2 éve
szülő
commit
7077084c1c
1 módosított fájl, 3 hozzáadás és 3 törlés
  1. 3 3
      application/common/model/Jwttoken.php

+ 3 - 3
application/common/model/Jwttoken.php

@@ -42,19 +42,19 @@ class Jwttoken
             exit;
         } catch (\UnexpectedValueException $e) {
             return [
-                'status' => 10002,
+                'status' => 10005,
                 'msg'    => $e->getMessage()
             ];
             exit;
         }  catch (\DomainException $e) {
             return [
-                'status' => 10002,
+                'status' => 10006,
                 'msg'    => $e->getMessage()
             ];
             exit;
         } catch (\InvalidArgumentException $e) {
             return [
-                'status' => 10002,
+                'status' => 10007,
                 'msg'    => $e->getMessage()
             ];
             exit;