Browse Source

登录、

dyjh 6 years ago
parent
commit
1a80590624
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/Http/Controllers/Api/V1/LoginController.php

+ 2 - 2
app/Http/Controllers/Api/V1/LoginController.php

xqd
@@ -88,9 +88,9 @@ class LoginController extends Controller
         //dd(111);
         if($check_user && Auth::loginUsingId($check_user->id)) {
             $user = Auth::user();
-            dd($user);
+            //dd($user);
             $success['token'] =  $user->createToken($check_user->nickname)->accessToken;
-
+            dd($success);
         }else {
             echo 2;
         }