chaunsin

Results 12 issues of chaunsin

The file handle does not appear to be closed,And this question is also related to this. https://github.com/extrame/xls/issues/68 ![QQ截图20201112180900](https://user-images.githubusercontent.com/33649884/98926389-37c18300-2512-11eb-88f4-131e8cd65d8b.png)

# 版本 - go version go1.21.10 darwin/amd64 - sdk github.com/tencent-connect/botgo v0.1.6 # 描述 一个非常简单得回复功能。我发帖子 @机器人 当服务端收到event事件后,并回复发帖人`hello`消息,代码片段如下: 可以看到服务端收到了事件响应并返回了 http code 202 ,logic code 304023 状态码,通过开发文档得知意思为 `PUSH_MSG_ASYNC_OK 推送消息异步调用成功, 等待人工审核`,到这里我有两点疑问 1. 这个人工审核是贵方平台需要审核么?审核通过了才能看到消息是么? 2....