bianjunhui 2 лет назад
Родитель
Сommit
7077084c1c
1 измененных файлов с 3 добавлено и 3 удалено
  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;