feat : login wx

This commit is contained in:
2024-11-11 17:09:57 +08:00
parent 3a5739ee19
commit 2f9786bd05
2 changed files with 15 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ return [
// admin 默认密码
'admin_default_password' => '123456',
// 微信小程序的appid
'wx_appid' => env('WX_APPID',''),
'wx_appid' => env('WX_APPID','wxc2bc0e47e212d831'),
// 微信小程序的secret
'wx_secret' => env('WX_SECRET',''),
'wx_secret' => env('WX_SECRET','5d89ebae17d836625f0e155216d71f2d'),
];