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

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

xqd
@@ -85,7 +85,7 @@ class LoginController extends Controller
             return $this->api($user);
         }*/
         $check_user = UserInfoModel::where('openid',$data['openid'])->first();
-        //dd(111);
+        dd(111);
         if($check_user && Auth::loginUsingId($check_user->id)) {
             $user = Auth::user();
             //dd($user);