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
一个非常简单得回复功能。我发帖子 @机器人 当服务端收到event事件后,并回复发帖人hello消息,代码片段如下:
hello
可以看到服务端收到了事件响应并返回了 http code 202 ,logic code 304023 状态码,通过开发文档得知意思为 PUSH_MSG_ASYNC_OK 推送消息异步调用成功, 等待人工审核,到这里我有两点疑问
PUSH_MSG_ASYNC_OK 推送消息异步调用成功, 等待人工审核
PostDirectMessage()
http code 202 ,logic code 304023
希望能作出解答 谢谢!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
版本
描述
一个非常简单得回复功能。我发帖子 @机器人 当服务端收到event事件后,并回复发帖人
hello
消息,代码片段如下:可以看到服务端收到了事件响应并返回了 http code 202 ,logic code 304023 状态码,通过开发文档得知意思为
PUSH_MSG_ASYNC_OK 推送消息异步调用成功, 等待人工审核
,到这里我有两点疑问PostDirectMessage()
发送私信方法也是返回了http code 202 ,logic code 304023
不同得是我收到了消息,这是为啥?希望能作出解答 谢谢!
The text was updated successfully, but these errors were encountered: