We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b31d86 commit 76af79cCopy full SHA for 76af79c
README.md
@@ -150,7 +150,7 @@ protected $routeMiddleware = [
150
//...
151
Route::group(['middleware' => ['web', 'wechat.oauth']], function () {
152
Route::get('/user', function () {
153
- $user = session('wechat.oauth_user'); // 拿到授权用户资料
+ $user = session('wechat.oauth_user.default'); // 拿到授权用户资料
154
155
dd($user);
156
});
0 commit comments