|
@@ -12,6 +12,7 @@ class TestController extends Controller
|
|
public function index(Request $request)
|
|
public function index(Request $request)
|
|
{
|
|
{
|
|
User::where('phone', '13438082119')->update(['open_id' => 'o6p1-5fOkxuGKfSxInNJ64sld8pQ']);
|
|
User::where('phone', '13438082119')->update(['open_id' => 'o6p1-5fOkxuGKfSxInNJ64sld8pQ']);
|
|
|
|
+ dd(User::where('phone', '13438082119')->first());
|
|
return view('admin.test.index');
|
|
return view('admin.test.index');
|
|
}
|
|
}
|
|
}
|
|
}
|