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
对 Bug 的描述
环境
复现代码或 repo 链接
def get_info(): #是个爬虫程序 返回的是一个字符串 并且已经测试通过 robot=werobot.WeRoBot(token='tom121') @robot.text def hello(message): final=str(get_info(message.content)) return final robot.config['HOST']='0.0.0.0' robot.config['PORT']=80 robot.run() # 请在这里给出 bug 的复现代码。如有必要,可以创建一个复现 repo 并将链接粘贴到这里。
控制台可以打印出hello函数中final的内容,但是微信端却是异常,且没有返回消息
The text was updated successfully, but these errors were encountered:
同问
Sorry, something went wrong.
同样的问题,求教。
需要将消息设置为明文。
No branches or pull requests
对 Bug 的描述
环境
复现代码或 repo 链接
控制台可以打印出hello函数中final的内容,但是微信端却是异常,且没有返回消息
The text was updated successfully, but these errors were encountered: