born 6 년 전
부모
커밋
652ba62f4c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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);
     }
 }