dyjh 6 年之前
父节点
当前提交
e550383346
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/Http/Middleware/AuthenticateApi.php

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

xqd
@@ -17,6 +17,7 @@ class AuthenticateApi
     public function handle($request, Closure $next)
     {
         $userAuth = Auth('api')->user();
+        dd($userAuth);
         if (!$userAuth) {
             Response::json([
                 'status' => 1000,