-
-
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
关于获取(接收)用户发送消息 #19
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) {
return Message::make('text')->content('您好!');
});
如何获取用户发来的信息呢?
比如我记录用户的信息日志
根据信息查询订单数据返回,类似智能回复
$message 这个?
如何能更好的扩展智能回复方案
The text was updated successfully, but these errors were encountered: