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

消息发送后服务器无法正确返回响应 #48

Closed
vickoo opened this issue Jun 26, 2015 · 0 comments
Closed

消息发送后服务器无法正确返回响应 #48

vickoo opened this issue Jun 26, 2015 · 0 comments

Comments

@vickoo
Copy link

vickoo commented Jun 26, 2015

背景:
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>
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