From 4e27ef3f0d1f216cb239670745f01078a610925d Mon Sep 17 00:00:00 2001 From: panliang <1163816051@qq.com> Date: Thu, 21 Sep 2023 18:01:57 +0800 Subject: [PATCH] wechant --- config/easywechat.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/easywechat.php b/config/easywechat.php index c9bbdc0..379d5a7 100644 --- a/config/easywechat.php +++ b/config/easywechat.php @@ -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, ], /**