We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
背景: 1、token验证成功 2、菜单创建也可成功 3、发送文本后显示为”该公众好无法提供服务“ 代码部分如下
$token = '111'; $encodingAESKey = 'bLRZ3sB3n2wyWnkUXv0nn9a9SvMiokpmjWxwwq6QbLt'; $server = new Server($appId, $token,$encodingAESKey); $server->on('message', function($message) { return Message::make('text')->content('您好!'); }); $result = $server->serve(); echo $result;</code>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
背景:
1、token验证成功
2、菜单创建也可成功
3、发送文本后显示为”该公众好无法提供服务“
代码部分如下
The text was updated successfully, but these errors were encountered: