6
0
Fork 0

修复微信授权配置

release
李静 2022-02-25 15:17:53 +08:00
parent 6f748f65a4
commit 991a0ad281
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
use App\Providers\Socialite\WechatMini;
return [
'wehcat-mini'=>[
'wechat-mini'=>[
'provider' => WechatMini::class,
'client_id' => env('WECHAT_MINI_PROGRAM_APPID', ''),
'client_secret' => env('WECHAT_MINI_PROGRAM_SECRET', ''),