dyjh 6 years ago
parent
commit
e75b22d1db
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Http/Controllers/Web/AuthController.php

+ 1 - 1
app/Http/Controllers/Web/AuthController.php

xqd
@@ -52,7 +52,7 @@ class AuthController extends Controller
         $oauth = $app->oauth;
 // 获取 OAuth 授权结果用户信息
         $user = $oauth->user();
-        dd($user->getId());
+        dd($user->toArray());
         \Log::info($user);
     }