overtrue / laravel-wechat

微信 SDK for Laravel, 基于 overtrue/wechat
MIT License
2.88k stars 502 forks source link

Cannot use object of type EasyWeChat\OfficialAccount\Application as array #438

Closed zbage closed 2 years ago

zbage commented 2 years ago

Route::get('/test',function(){ $user = session('easywechat.oauth_user.default'); // dd($user); echo 'hello:'.$user['id']; })->middleware(['easywechat.oauth'])->name('test');

local.ERROR: Cannot use object of type EasyWeChat\OfficialAccount\Application as array {"exception":"[object] (Error(code: 0): Cannot use object of type EasyWeChat\OfficialAccount\Application as array at ...../testing_laravel9/vendor/overtrue/laravel-wechat/src/ServiceProvider.php:73)

overtrue commented 2 years ago

还没改完哈

overtrue commented 2 years ago

已修复

zbage commented 2 years ago

local.ERROR: Undefined property: EasyWeChat\OfficialAccount\Application::$oauth {"exception":"[object] (ErrorException(code: 0): Undefined property: EasyWeChat\OfficialAccount\Application::$oauth at .../testing_laravel9/vendor/overtrue/laravel-wechat/src/Middleware/OAuthAuthenticate.php:73)