Skip to content
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

Closed
zsj1029 opened this issue May 18, 2015 · 1 comment
Closed

事件消息 #22

zsj1029 opened this issue May 18, 2015 · 1 comment

Comments

@zsj1029
Copy link

zsj1029 commented May 18, 2015

我把
$this->wxServer->on('message', function($message) {;
$this->msgLog($message->toArray());
return Message::make('text')->content('hello!');
});
$this->wxServer->on('event', function($event) {;

        $this->eventLog($event->toArray());

    });

消息和事件处理写在一个页面,当有事件请求的时候,怎么还进入了消息处理逻辑?

@zsj1029
Copy link
Author

zsj1029 commented May 18, 2015

貌似微信的官方在线接口调试有问题

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant