1
0
Fork 0
master
panliang 2023-09-21 18:01:57 +08:00
parent 12cfafb60c
commit 4e27ef3f0d
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ return [
'oauth' => [
'scopes' => array_map('trim', explode(',', env('WECHAT_OFFICIAL_ACCOUNT_OAUTH_SCOPES', 'snsapi_base'))),
'callback' => env('WECHAT_OFFICIAL_ACCOUNT_OAUTH_CALLBACK', '/examples/oauth_callback.php'),
'enforce_https' => true,
'enforce_https' => false,
],
/**