-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
事件消息 #22
Comments
貌似微信的官方在线接口调试有问题 |
Closed
This was referenced Aug 28, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
我把
$this->wxServer->on('message', function($message) {;
$this->msgLog($message->toArray());
return Message::make('text')->content('hello!');
});
$this->wxServer->on('event', function($event) {;
消息和事件处理写在一个页面,当有事件请求的时候,怎么还进入了消息处理逻辑?
The text was updated successfully, but these errors were encountered: