We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20f29ef commit c28dbbfCopy full SHA for c28dbbf
README.md
@@ -86,7 +86,7 @@ class WeChatController extends Controller
86
87
## OAuth 中间件
88
89
-使用中间件的情况下 `app/config/wechat.php` 中的 `oauth.callback` 就随便填写吧(因为用不着了 :smile:)。
+使用中间件的情况下 `app/config/easywechat.php` 中的 `oauth.callback` 就随便填写吧(因为用不着了 :smile:)。
90
91
1. 在 `app/Http/Kernel.php` 中添加路由中间件:
92
@@ -190,6 +190,8 @@ use Overtrue\LaravelWeChat\Traits\HandleOpenPlatformServerEvents;
190
191
class OpenPlatformController extends Controller
192
{
193
+ use HandleOpenPlatformServerEvents;
194
+
195
public function __invoke(Application $application): \Psr\Http\Message\ResponseInterface
196
197
$app = app('easywechat.open-platform');
0 commit comments