You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
`Log::info('request arrived.');
$app = new Application(config('easywechat.official_account.default'));
$server = $app->getServer();
//$server->with(WechatMpMessageHandler::class);
$server->with(function($message) {
Log::info($message);
return '欢迎关注';
});
$resp = $server->serve();
return $resp;`
这欢迎关注就一直不回复,针对事件的处理请求倒是OK的。
"overtrue/laravel-wechat": "^7.1",
Beta Was this translation helpful? Give feedback.
All reactions