bianjunhui 2 年之前
父節點
當前提交
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;