born %!s(int64=6) %!d(string=hai) anos
pai
achega
652ba62f4c
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      app/Http/Middleware/authJWT.php

+ 1 - 0
app/Http/Middleware/authJWT.php

@@ -33,6 +33,7 @@ class authJWT
             //     return response()->json(['error'=>'出错了']);
             // }
         }
+        echo 222;
         return $next($request);
     }
 }